#BBE7D7

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

Shades of Aero Blue #BBE7D7

Tints of Aero Blue #BBE7D7

Color information

#BBE7D7 (or 0xBBE7D7) is unknown color: approx Aero Blue. HEX triplet: BB, E7 and D7. RGB value is (187,231,215). Sum of RGB (Red+Green+Blue) = 187+231+215=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 231 (90.62% from 255 or 36.49% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7D7 is #441828. Grayscale: #D8D8D8. Windows color (decimal): -4462633 or 14149563. OLE color: 14149563.

HSL color Cylindrical-coordinate representation of color #BBE7D7: hue angle of 158.18º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE7D7 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB187231215-
CMYK0.1900.070.09
HSL158.18º47.83%81.96%-
HSV(B)158.18º19.05%90.59%-
XYZ61.3472.6275.07-
YUV216.02127.42107.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.54%
GREEN value IS 231 (90.62% from 255) = 36.49%
BLUE value IS 215 (84.38% from 255) = 33.97%
R=29.54%
G=36.49%
B=33.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872312150.1900.070.09158.1847.8381.96
HexBBE7D7130799e3052
Octal27334732723071123660122
Binary1011101111100111110101111001101111001100111101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7D7; }

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

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

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

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

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

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

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

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