#BAF3D9

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

Shades of Aero Blue #BAF3D9

Tints of Aero Blue #BAF3D9

Color information

#BAF3D9 (or 0xBAF3D9) is unknown color: approx Aero Blue. HEX triplet: BA, F3 and D9. RGB value is (186,243,217). Sum of RGB (Red+Green+Blue) = 186+243+217=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 243 (95.31% from 255 or 37.62% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF3D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF3D9 is #450C26. Grayscale: #DFDFDF. Windows color (decimal): -4525095 or 14283706. OLE color: 14283706.

HSL color Cylindrical-coordinate representation of color #BAF3D9: hue angle of 152.63º 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 #BAF3D9 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB186243217-
CMYK0.2300.110.05
HSL152.63º70.37%84.12%-
HSV(B)152.63º23.46%95.29%-
XYZ64.8279.5577.58-
YUV222.99124.62101.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.79%
GREEN value IS 243 (95.31% from 255) = 37.62%
BLUE value IS 217 (85.16% from 255) = 33.59%
R=28.79%
G=37.62%
B=33.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862432170.2300.110.05152.6370.3784.12
HexBAF3D9170B5994654
Octal272363331270135231106124
Binary10111010111100111101100110111010111011001100110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF3D9; }

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

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

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

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

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

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

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

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