#BBEBD3

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

Shades of Aero Blue #BBEBD3

Tints of Aero Blue #BBEBD3

Color information

#BBEBD3 (or 0xBBEBD3) is unknown color: approx Aero Blue. HEX triplet: BB, EB and D3. RGB value is (187,235,211). Sum of RGB (Red+Green+Blue) = 187+235+211=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 235 (92.19% from 255 or 37.12% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBD3 is #44142C. Grayscale: #D9D9D9. Windows color (decimal): -4461613 or 13888443. OLE color: 13888443.

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

Color convert

RGB187235211-
CMYK0.2000.100.08
HSL150º54.55%82.75%-
HSV(B)150º20.43%92.16%-
XYZ61.9674.6872.78-
YUV217.91124.1105.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 235 (92.19% from 255) = 37.12%
BLUE value IS 211 (82.81% from 255) = 33.33%
R=29.54%
G=37.12%
B=33.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872352110.2000.100.0815054.5582.75
HexBBEBD3140A8963753
Octal273353323240121022667123
Binary10111011111010111101001110100010101000100101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBD3; }

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

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

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

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

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

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

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

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