#BAFBDC

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

Shades of Aero Blue #BAFBDC

Tints of Aero Blue #BAFBDC

Color information

#BAFBDC (or 0xBAFBDC) is unknown color: approx Aero Blue. HEX triplet: BA, FB and DC. RGB value is (186,251,220). Sum of RGB (Red+Green+Blue) = 186+251+220=657 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.31% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBDC is #450423. Grayscale: #E4E4E4. Windows color (decimal): -4523044 or 14482362. OLE color: 14482362.

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

Color convert

RGB186251220-
CMYK0.2600.120.02
HSL151.38º89.04%85.69%-
HSV(B)151.38º25.9%98.43%-
XYZ67.6784.680.47-
YUV228.03123.4798.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.31%
GREEN value IS 251 (98.44% from 255) = 38.20%
BLUE value IS 220 (86.33% from 255) = 33.49%
R=28.31%
G=38.20%
B=33.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862512200.2600.120.02151.3889.0485.69
HexBAFBDC1A0C2975956
Octal272373334320142227131126
Binary1011101011111011110111001101001100101001011110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBDC; }

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

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

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

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

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

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

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

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