#BAF3D7

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

Shades of Aero Blue #BAF3D7

Tints of Aero Blue #BAF3D7

Color information

#BAF3D7 (or 0xBAF3D7) is unknown color: approx Aero Blue. HEX triplet: BA, F3 and D7. RGB value is (186,243,215). Sum of RGB (Red+Green+Blue) = 186+243+215=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 243 (95.31% from 255 or 37.73% from 644); Blue value is 215 (84.38% from 255 or 33.39% from 644); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3D7 is #450C28. Grayscale: #DEDEDE. Windows color (decimal): -4525097 or 14152634. OLE color: 14152634.

HSL color Cylindrical-coordinate representation of color #BAF3D7: hue angle of 150.53º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF3D7 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB186243215-
CMYK0.2300.120.05
HSL150.53º70.37%84.12%-
HSV(B)150.53º23.46%95.29%-
XYZ64.5779.4576.22-
YUV222.76123.62101.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.88%
GREEN value IS 243 (95.31% from 255) = 37.73%
BLUE value IS 215 (84.38% from 255) = 33.39%
R=28.88%
G=37.73%
B=33.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862432150.2300.120.05150.5370.3784.12
HexBAF3D7170C5974654
Octal272363327270145227106124
Binary10111010111100111101011110111011001011001011110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF3D7; }

 p { color: rgb(186,243,215); }

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

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

 a { background-color: rgb(186,243,215); }

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

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

 span { border-color: rgb(186,243,215); }

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