#BBEBD7

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

Shades of Aero Blue #BBEBD7

Tints of Aero Blue #BBEBD7

Color information

#BBEBD7 (or 0xBBEBD7) is unknown color: approx Aero Blue. HEX triplet: BB, EB and D7. RGB value is (187,235,215). Sum of RGB (Red+Green+Blue) = 187+235+215=637 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.36% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBD7 is #441428. Grayscale: #DADADA. Windows color (decimal): -4461609 or 14150587. OLE color: 14150587.

HSL color Cylindrical-coordinate representation of color #BBEBD7: hue angle of 155º 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 #BBEBD7 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB187235215-
CMYK0.2000.090.08
HSL155º54.55%82.75%-
HSV(B)155º20.43%92.16%-
XYZ62.4774.8975.45-
YUV218.37126.1105.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.36%
GREEN value IS 235 (92.19% from 255) = 36.89%
BLUE value IS 215 (84.38% from 255) = 33.75%
R=29.36%
G=36.89%
B=33.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872352150.2000.090.0815554.5582.75
HexBBEBD7140989b3753
Octal273353327240111023367123
Binary10111011111010111101011110100010011000100110111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBD7; }

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

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

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

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

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

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

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

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