#BBEBCF

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

Shades of Aero Blue #BBEBCF

Tints of Aero Blue #BBEBCF

Color information

#BBEBCF (or 0xBBEBCF) is unknown color: approx Aero Blue. HEX triplet: BB, EB and CF. RGB value is (187,235,207). Sum of RGB (Red+Green+Blue) = 187+235+207=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 235 (92.19% from 255 or 37.36% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBCF is #441430. Grayscale: #D9D9D9. Windows color (decimal): -4461617 or 13626299. OLE color: 13626299.

HSL color Cylindrical-coordinate representation of color #BBEBCF: hue angle of 145º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBCF is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB187235207-
CMYK0.2000.120.08
HSL145º54.55%82.75%-
HSV(B)145º20.43%92.16%-
XYZ61.4674.4970.17-
YUV217.46122.1106.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.73%
GREEN value IS 235 (92.19% from 255) = 37.36%
BLUE value IS 207 (81.25% from 255) = 32.91%
R=29.73%
G=37.36%
B=32.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872352070.2000.120.0814554.5582.75
HexBBEBCF140C8913753
Octal273353317240141022167123
Binary10111011111010111100111110100011001000100100011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBCF; }

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

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

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

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

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

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

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

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