#BBEECE

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

Shades of Aero Blue #BBEECE

Tints of Aero Blue #BBEECE

Color information

#BBEECE (or 0xBBEECE) is unknown color: approx Aero Blue. HEX triplet: BB, EE and CE. RGB value is (187,238,206). Sum of RGB (Red+Green+Blue) = 187+238+206=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 206 (80.86% from 255 or 32.65% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEECE is #441131. Grayscale: #DBDBDB. Windows color (decimal): -4460850 or 13561531. OLE color: 13561531.

HSL color Cylindrical-coordinate representation of color #BBEECE: hue angle of 142.35º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEECE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB187238206-
CMYK0.2100.130.07
HSL142.35º60%83.33%-
HSV(B)142.35º21.43%93.33%-
XYZ62.2176.1769.82-
YUV219.1120.6105.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.64%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 206 (80.86% from 255) = 32.65%
R=29.64%
G=37.72%
B=32.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872382060.2100.130.07142.356083.33
HexBBEECE150D78e3c53
Octal27335631625015721674123
Binary1011101111101110110011101010101101111100011101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEECE; }

 p { color: rgb(187,238,206); }

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

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

 a { background-color: rgb(187,238,206); }

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

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

 span { border-color: rgb(187,238,206); }

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