#BAFCD5

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

Shades of Aero Blue #BAFCD5

Tints of Aero Blue #BAFCD5

Color information

#BAFCD5 (or 0xBAFCD5) is unknown color: approx Aero Blue. HEX triplet: BA, FC and D5. RGB value is (186,252,213). Sum of RGB (Red+Green+Blue) = 186+252+213=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 252 (98.83% from 255 or 38.71% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFCD5 is #45032A. Grayscale: #E3E3E3. Windows color (decimal): -4522795 or 14023866. OLE color: 14023866.

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

Color convert

RGB186252213-
CMYK0.2600.150.01
HSL144.55º91.67%85.88%-
HSV(B)144.55º26.19%98.82%-
XYZ67.0784.8675.8-
YUV227.82119.6398.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.57%
GREEN value IS 252 (98.83% from 255) = 38.71%
BLUE value IS 213 (83.59% from 255) = 32.72%
R=28.57%
G=38.71%
B=32.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862522130.2600.150.01144.5591.6785.88
HexBAFCD51A0F1915c56
Octal272374325320171221134126
Binary101110101111110011010101110100111111001000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFCD5; }

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

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

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

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

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

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

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

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