#BBEDCE

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

Shades of Aero Blue #BBEDCE

Tints of Aero Blue #BBEDCE

Color information

#BBEDCE (or 0xBBEDCE) is unknown color: approx Aero Blue. HEX triplet: BB, ED and CE. RGB value is (187,237,206). Sum of RGB (Red+Green+Blue) = 187+237+206=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 237 (92.97% from 255 or 37.62% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDCE is #441231. Grayscale: #DADADA. Windows color (decimal): -4461106 or 13561275. OLE color: 13561275.

HSL color Cylindrical-coordinate representation of color #BBEDCE: hue angle of 142.8º degrees, saturation: 0.58, 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 #BBEDCE is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB187237206-
CMYK0.2100.130.07
HSL142.8º58.14%83.14%-
HSV(B)142.8º21.1%92.94%-
XYZ61.9275.5969.72-
YUV218.52120.94105.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.68%
GREEN value IS 237 (92.97% from 255) = 37.62%
BLUE value IS 206 (80.86% from 255) = 32.70%
R=29.68%
G=37.62%
B=32.70%

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
Decimal1872372060.2100.130.07142.858.1483.14
HexBBEDCE150D78f3a53
Octal27335531625015721772123
Binary1011101111101101110011101010101101111100011111110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEDCE; }

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

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

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

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

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

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

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

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