#BAFBD5

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

Shades of Aero Blue #BAFBD5

Tints of Aero Blue #BAFBD5

Color information

#BAFBD5 (or 0xBAFBD5) is unknown color: approx Aero Blue. HEX triplet: BA, FB and D5. RGB value is (186,251,213). Sum of RGB (Red+Green+Blue) = 186+251+213=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 213 (83.59% from 255 or 32.77% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBD5 is #45042A. Grayscale: #E3E3E3. Windows color (decimal): -4523051 or 14023610. OLE color: 14023610.

HSL color Cylindrical-coordinate representation of color #BAFBD5: hue angle of 144.92º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFBD5 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB186251213-
CMYK0.2600.150.02
HSL144.92º89.04%85.69%-
HSV(B)144.92º25.9%98.43%-
XYZ66.7684.2475.69-
YUV227.23119.9798.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 251 (98.44% from 255) = 38.62%
BLUE value IS 213 (83.59% from 255) = 32.77%
R=28.62%
G=38.62%
B=32.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862512130.2600.150.02144.9289.0485.69
HexBAFBD51A0F2915956
Octal272373325320172221131126
Binary1011101011111011110101011101001111101001000110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBD5; }

 p { color: rgb(186,251,213); }

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

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

 a { background-color: rgb(186,251,213); }

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

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

 span { border-color: rgb(186,251,213); }

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