#BBEFDA

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

Shades of Aero Blue #BBEFDA

Tints of Aero Blue #BBEFDA

Color information

#BBEFDA (or 0xBBEFDA) is unknown color: approx Aero Blue. HEX triplet: BB, EF and DA. RGB value is (187,239,218). Sum of RGB (Red+Green+Blue) = 187+239+218=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 239 (93.75% from 255 or 37.11% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFDA is #441025. Grayscale: #DDDDDD. Windows color (decimal): -4460582 or 14348219. OLE color: 14348219.

HSL color Cylindrical-coordinate representation of color #BBEFDA: hue angle of 155.77º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFDA is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB187239218-
CMYK0.2200.090.06
HSL155.77º61.9%83.53%-
HSV(B)155.77º21.76%93.73%-
XYZ64.0177.3677.89-
YUV221.06126.27103.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 239 (93.75% from 255) = 37.11%
BLUE value IS 218 (85.55% from 255) = 33.85%
R=29.04%
G=37.11%
B=33.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872392180.2200.090.06155.7761.983.53
HexBBEFDA160969c3e54
Octal27335733226011623476124
Binary1011101111101111110110101011001001110100111001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFDA; }

 p { color: rgb(187,239,218); }

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

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

 a { background-color: rgb(187,239,218); }

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

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

 span { border-color: rgb(187,239,218); }

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