#BBEBD5

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

Shades of Aero Blue #BBEBD5

Tints of Aero Blue #BBEBD5

Color information

#BBEBD5 (or 0xBBEBD5) is unknown color: approx Aero Blue. HEX triplet: BB, EB and D5. RGB value is (187,235,213). Sum of RGB (Red+Green+Blue) = 187+235+213=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 213 (83.59% from 255 or 33.54% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBD5 is #44142A. Grayscale: #DADADA. Windows color (decimal): -4461611 or 14019515. OLE color: 14019515.

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

Color convert

RGB187235213-
CMYK0.2000.090.08
HSL152.5º54.55%82.75%-
HSV(B)152.5º20.43%92.16%-
XYZ62.2174.7974.11-
YUV218.14125.1105.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.45%
GREEN value IS 235 (92.19% from 255) = 37.01%
BLUE value IS 213 (83.59% from 255) = 33.54%
R=29.45%
G=37.01%
B=33.54%

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
Decimal1872352130.2000.090.08152.554.5582.75
HexBBEBD514098983753
Octal273353325240111023067123
Binary10111011111010111101010110100010011000100110001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBD5; }

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

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

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

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

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

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

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

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