#BBEFCF

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

Shades of Aero Blue #BBEFCF

Tints of Aero Blue #BBEFCF

Color information

#BBEFCF (or 0xBBEFCF) is unknown color: approx Aero Blue. HEX triplet: BB, EF and CF. RGB value is (187,239,207). Sum of RGB (Red+Green+Blue) = 187+239+207=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFCF is #441030. Grayscale: #DBDBDB. Windows color (decimal): -4460593 or 13627323. OLE color: 13627323.

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

Color convert

RGB187239207-
CMYK0.2200.130.06
HSL143.08º61.9%83.53%-
HSV(B)143.08º21.76%93.73%-
XYZ62.6276.870.56-
YUV219.8120.77104.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 239 (93.75% from 255) = 37.76%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=29.54%
G=37.76%
B=32.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872392070.2200.130.06143.0861.983.53
HexBBEFCF160D68f3e54
Octal27335731726015621776124
Binary1011101111101111110011111011001101110100011111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFCF; }

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

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

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

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

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

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

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

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