#BAF7D2

Color #BAF7D2 Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #BAF7D2

Tints of Aero Blue #BAF7D2

Color information

#BAF7D2 (or 0xBAF7D2) is unknown color: approx Aero Blue. HEX triplet: BA, F7 and D2. RGB value is (186,247,210). Sum of RGB (Red+Green+Blue) = 186+247+210=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 210 (82.42% from 255 or 32.66% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF7D2 is #45082D. Grayscale: #E0E0E0. Windows color (decimal): -4524078 or 13825978. OLE color: 13825978.

HSL color Cylindrical-coordinate representation of color #BAF7D2: hue angle of 143.61º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF7D2 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB186247210-
CMYK0.2500.150.03
HSL143.61º79.22%84.9%-
HSV(B)143.61º24.7%96.86%-
XYZ65.1481.6173.29-
YUV224.54119.79100.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 28.93%
GREEN value IS 247 (96.88% from 255) = 38.41%
BLUE value IS 210 (82.42% from 255) = 32.66%
R=28.93%
G=38.41%
B=32.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862472100.2500.150.03143.6179.2284.9
HexBAF7D2190F3904f55
Octal272367322310173220117125
Binary1011101011110111110100101100101111111001000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF7D2; }

 p { color: rgb(186,247,210); }

 H1.HeaderClassName
 {
   color: #BAF7D2;
 }
 .AnyTagClassName
 {
   color: #BAF7D2;
 }
</style>
background-color css

<style>
 a { background-color: #BAF7D2; }

 a { background-color: rgb(186,247,210); }

 div.DivClassName
 {
   background-color: #BAF7D2;
 }
 .BgClassName
 {
   background-color: #BAF7D2;
 }
</style>
border-color css

<style>
 span { border-color: #BAF7D2; }

 span { border-color: rgb(186,247,210); }

 td.TdClassName
 {
   border-color: #BAF7D2;
 }
 .TagClassName
 {
   border-color: #BAF7D2;
 }
</style>