#BAFBDB

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

Shades of Aero Blue #BAFBDB

Tints of Aero Blue #BAFBDB

Color information

#BAFBDB (or 0xBAFBDB) is unknown color: approx Aero Blue. HEX triplet: BA, FB and DB. RGB value is (186,251,219). Sum of RGB (Red+Green+Blue) = 186+251+219=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBDB is #450424. Grayscale: #E3E3E3. Windows color (decimal): -4523045 or 14416826. OLE color: 14416826.

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

Color convert

RGB186251219-
CMYK0.2600.130.02
HSL150.46º89.04%85.69%-
HSV(B)150.46º25.9%98.43%-
XYZ67.5384.5579.78-
YUV227.92122.9798.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.35%
GREEN value IS 251 (98.44% from 255) = 38.26%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=28.35%
G=38.26%
B=33.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1862512190.2600.130.02150.4689.0485.69
HexBAFBDB1A0D2965956
Octal272373333320152226131126
Binary1011101011111011110110111101001101101001011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBDB; }

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

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

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

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

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

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

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

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