#BBE7CC

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

Shades of Aero Blue #BBE7CC

Tints of Aero Blue #BBE7CC

Color information

#BBE7CC (or 0xBBE7CC) is unknown color: approx Aero Blue. HEX triplet: BB, E7 and CC. RGB value is (187,231,204). Sum of RGB (Red+Green+Blue) = 187+231+204=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7CC is #441833. Grayscale: #D6D6D6. Windows color (decimal): -4462644 or 13428667. OLE color: 13428667.

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

Color convert

RGB187231204-
CMYK0.1900.120.09
HSL143.18º47.83%81.96%-
HSV(B)143.18º19.05%90.59%-
XYZ59.9772.0867.88-
YUV214.77121.92108.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.06%
GREEN value IS 231 (90.62% from 255) = 37.14%
BLUE value IS 204 (80.08% from 255) = 32.80%
R=30.06%
G=37.14%
B=32.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872312040.1900.120.09143.1847.8381.96
HexBBE7CC130C98f3052
Octal273347314230141121760122
Binary10111011111001111100110010011011001001100011111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE7CC; }

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

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

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

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

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

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

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

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