#BBE7CD

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

Shades of Aero Blue #BBE7CD

Tints of Aero Blue #BBE7CD

Color information

#BBE7CD (or 0xBBE7CD) is unknown color: approx Aero Blue. HEX triplet: BB, E7 and CD. RGB value is (187,231,205). Sum of RGB (Red+Green+Blue) = 187+231+205=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7CD is #441832. Grayscale: #D6D6D6. Windows color (decimal): -4462643 or 13494203. OLE color: 13494203.

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

Color convert

RGB187231205-
CMYK0.1900.110.09
HSL144.55º47.83%81.96%-
HSV(B)144.55º19.05%90.59%-
XYZ60.0972.1268.51-
YUV214.88122.42108.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.02%
GREEN value IS 231 (90.62% from 255) = 37.08%
BLUE value IS 205 (80.47% from 255) = 32.91%
R=30.02%
G=37.08%
B=32.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872312050.1900.110.09144.5547.8381.96
HexBBE7CD130B9913052
Octal273347315230131122160122
Binary10111011111001111100110110011010111001100100011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7CD; }

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

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

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

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

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

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

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

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