#BAFBD3

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

Shades of Aero Blue #BAFBD3

Tints of Aero Blue #BAFBD3

Color information

#BAFBD3 (or 0xBAFBD3) is unknown color: approx Aero Blue. HEX triplet: BA, FB and D3. RGB value is (186,251,211). Sum of RGB (Red+Green+Blue) = 186+251+211=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBD3 is #45042C. Grayscale: #E3E3E3. Windows color (decimal): -4523053 or 13892538. OLE color: 13892538.

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

Color convert

RGB186251211-
CMYK0.2600.160.02
HSL143.08º89.04%85.69%-
HSV(B)143.08º25.9%98.43%-
XYZ66.584.1474.36-
YUV227118.9798.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.70%
GREEN value IS 251 (98.44% from 255) = 38.73%
BLUE value IS 211 (82.81% from 255) = 32.56%
R=28.70%
G=38.73%
B=32.56%

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
Decimal1862512110.2600.160.02143.0889.0485.69
HexBAFBD31A01028f5956
Octal272373323320202217131126
Binary10111010111110111101001111010010000101000111110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFBD3; }

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

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

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

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

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

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

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

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