#BBEBD2

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

Shades of Aero Blue #BBEBD2

Tints of Aero Blue #BBEBD2

Color information

#BBEBD2 (or 0xBBEBD2) is unknown color: approx Aero Blue. HEX triplet: BB, EB and D2. RGB value is (187,235,210). Sum of RGB (Red+Green+Blue) = 187+235+210=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBD2 is #44142D. Grayscale: #D9D9D9. Windows color (decimal): -4461614 or 13822907. OLE color: 13822907.

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

Color convert

RGB187235210-
CMYK0.2000.110.08
HSL148.75º54.55%82.75%-
HSV(B)148.75º20.43%92.16%-
XYZ61.8374.6372.12-
YUV217.8123.6106.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.59%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 210 (82.42% from 255) = 33.23%
R=29.59%
G=37.18%
B=33.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872352100.2000.110.08148.7554.5582.75
HexBBEBD2140B8953753
Octal273353322240131022567123
Binary10111011111010111101001010100010111000100101011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBD2; }

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

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

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

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

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

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

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

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