#BCDECE

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

Shades of Aero Blue #BCDECE

Tints of Aero Blue #BCDECE

Color information

#BCDECE (or 0xBCDECE) is unknown color: approx Aero Blue. HEX triplet: BC, DE and CE. RGB value is (188,222,206). Sum of RGB (Red+Green+Blue) = 188+222+206=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDECE is #432131. Grayscale: #D2D2D2. Windows color (decimal): -4399410 or 13557436. OLE color: 13557436.

HSL color Cylindrical-coordinate representation of color #BCDECE: hue angle of 151.76º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDECE is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB188222206-
CMYK0.1500.070.13
HSL151.76º34%80.39%-
HSV(B)151.76º15.32%87.06%-
XYZ5867.3968.34-
YUV210.01125.74112.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 222 (87.11% from 255) = 36.04%
BLUE value IS 206 (80.86% from 255) = 33.44%
R=30.52%
G=36.04%
B=33.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882222060.1500.070.13151.763480.39
HexBCDECEF07D982250
Octal27433631617071523042120
Binary101111001101111011001110111101111101100110001000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDECE; }

 p { color: rgb(188,222,206); }

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

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

 a { background-color: rgb(188,222,206); }

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

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

 span { border-color: rgb(188,222,206); }

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