#BAFBD4

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

Shades of Aero Blue #BAFBD4

Tints of Aero Blue #BAFBD4

Color information

#BAFBD4 (or 0xBAFBD4) is unknown color: approx Aero Blue. HEX triplet: BA, FB and D4. RGB value is (186,251,212). Sum of RGB (Red+Green+Blue) = 186+251+212=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBD4 is #45042B. Grayscale: #E3E3E3. Windows color (decimal): -4523052 or 13958074. OLE color: 13958074.

HSL color Cylindrical-coordinate representation of color #BAFBD4: hue angle of 144º 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 #BAFBD4 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB186251212-
CMYK0.2600.160.02
HSL144º89.04%85.69%-
HSV(B)144º25.9%98.43%-
XYZ66.6384.1975.03-
YUV227.12119.4798.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.66%
GREEN value IS 251 (98.44% from 255) = 38.67%
BLUE value IS 212 (83.20% from 255) = 32.67%
R=28.66%
G=38.67%
B=32.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862512120.2600.160.0214489.0485.69
HexBAFBD41A0102905956
Octal272373324320202220131126
Binary10111010111110111101010011010010000101001000010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBD4; }

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

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

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

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

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

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

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

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