#BBEBD4

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

Shades of Aero Blue #BBEBD4

Tints of Aero Blue #BBEBD4

Color information

#BBEBD4 (or 0xBBEBD4) is unknown color: approx Aero Blue. HEX triplet: BB, EB and D4. RGB value is (187,235,212). Sum of RGB (Red+Green+Blue) = 187+235+212=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 235 (92.19% from 255 or 37.07% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBD4 is #44142B. Grayscale: #DADADA. Windows color (decimal): -4461612 or 13953979. OLE color: 13953979.

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

Color convert

RGB187235212-
CMYK0.2000.100.08
HSL151.25º54.55%82.75%-
HSV(B)151.25º20.43%92.16%-
XYZ62.0974.7373.44-
YUV218.03124.6105.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.50%
GREEN value IS 235 (92.19% from 255) = 37.07%
BLUE value IS 212 (83.20% from 255) = 33.44%
R=29.50%
G=37.07%
B=33.44%

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
Decimal1872352120.2000.100.08151.2554.5582.75
HexBBEBD4140A8973753
Octal273353324240121022767123
Binary10111011111010111101010010100010101000100101111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBD4; }

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

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

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

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

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

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

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

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