#BCECCE

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

Shades of Aero Blue #BCECCE

Tints of Aero Blue #BCECCE

Color information

#BCECCE (or 0xBCECCE) is unknown color: approx Aero Blue. HEX triplet: BC, EC and CE. RGB value is (188,236,206). Sum of RGB (Red+Green+Blue) = 188+236+206=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECCE is #431331. Grayscale: #DADADA. Windows color (decimal): -4395826 or 13561020. OLE color: 13561020.

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

Color convert

RGB188236206-
CMYK0.2000.130.07
HSL142.5º55.81%83.14%-
HSV(B)142.5º20.34%92.55%-
XYZ61.8875.1469.63-
YUV218.23121.1106.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.84%
GREEN value IS 236 (92.58% from 255) = 37.46%
BLUE value IS 206 (80.86% from 255) = 32.70%
R=29.84%
G=37.46%
B=32.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882362060.2000.130.07142.555.8183.14
HexBCECCE140D78e3853
Octal27435431624015721670123
Binary1011110011101100110011101010001101111100011101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECCE; }

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

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

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

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

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

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

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

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