#BBE2CC

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

Shades of Aero Blue #BBE2CC

Tints of Aero Blue #BBE2CC

Color information

#BBE2CC (or 0xBBE2CC) is unknown color: approx Aero Blue. HEX triplet: BB, E2 and CC. RGB value is (187,226,204). Sum of RGB (Red+Green+Blue) = 187+226+204=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2CC is #441D33. Grayscale: #D3D3D3. Windows color (decimal): -4463924 or 13427387. OLE color: 13427387.

HSL color Cylindrical-coordinate representation of color #BBE2CC: hue angle of 146.15º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE2CC is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB187226204-
CMYK0.1700.100.11
HSL146.15º40.21%80.98%-
HSV(B)146.15º17.26%88.63%-
XYZ58.5969.3267.42-
YUV211.83123.58110.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.31%
GREEN value IS 226 (88.67% from 255) = 36.63%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=30.31%
G=36.63%
B=33.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872262040.1700.100.11146.1540.2180.98
HexBBE2CC110AB922851
Octal273342314210121322250121
Binary10111011111000101100110010001010101011100100101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE2CC; }

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

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

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

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

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

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

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

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