#BBE0CF

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

Shades of Aero Blue #BBE0CF

Tints of Aero Blue #BBE0CF

Color information

#BBE0CF (or 0xBBE0CF) is unknown color: approx Aero Blue. HEX triplet: BB, E0 and CF. RGB value is (187,224,207). Sum of RGB (Red+Green+Blue) = 187+224+207=618 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.26% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE0CF is #441F30. Grayscale: #D3D3D3. Windows color (decimal): -4464433 or 13623483. OLE color: 13623483.

HSL color Cylindrical-coordinate representation of color #BBE0CF: hue angle of 152.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE0CF is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB187224207-
CMYK0.1700.080.12
HSL152.43º37.37%80.59%-
HSV(B)152.43º16.52%87.84%-
XYZ58.4168.3869.15-
YUV211125.74110.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.26%
GREEN value IS 224 (87.89% from 255) = 36.25%
BLUE value IS 207 (81.25% from 255) = 33.50%
R=30.26%
G=36.25%
B=33.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872242070.1700.080.12152.4337.3780.59
HexBBE0CF1108C982551
Octal273340317210101423045121
Binary10111011111000001100111110001010001100100110001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0CF; }

 p { color: rgb(187,224,207); }

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

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

 a { background-color: rgb(187,224,207); }

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

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

 span { border-color: rgb(187,224,207); }

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