#BCECD2

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

Shades of Aero Blue #BCECD2

Tints of Aero Blue #BCECD2

Color information

#BCECD2 (or 0xBCECD2) is unknown color: approx Aero Blue. HEX triplet: BC, EC and D2. RGB value is (188,236,210). Sum of RGB (Red+Green+Blue) = 188+236+210=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #BCECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCECD2 is #43132D. Grayscale: #DADADA. Windows color (decimal): -4395822 or 13823164. OLE color: 13823164.

HSL color Cylindrical-coordinate representation of color #BCECD2: hue angle of 147.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 #BCECD2 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB188236210-
CMYK0.2000.110.07
HSL147.5º55.81%83.14%-
HSV(B)147.5º20.34%92.55%-
XYZ62.3775.3472.23-
YUV218.68123.1106.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.65%
GREEN value IS 236 (92.58% from 255) = 37.22%
BLUE value IS 210 (82.42% from 255) = 33.12%
R=29.65%
G=37.22%
B=33.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882362100.2000.110.07147.555.8183.14
HexBCECD2140B7943853
Octal27435432224013722470123
Binary1011110011101100110100101010001011111100101001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCECD2; }

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

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

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

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

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

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

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

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