#BCDED0

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

Shades of Aero Blue #BCDED0

Tints of Aero Blue #BCDED0

Color information

#BCDED0 (or 0xBCDED0) is unknown color: approx Aero Blue. HEX triplet: BC, DE and D0. RGB value is (188,222,208). Sum of RGB (Red+Green+Blue) = 188+222+208=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDED0 is #43212F. Grayscale: #D2D2D2. Windows color (decimal): -4399408 or 13688508. OLE color: 13688508.

HSL color Cylindrical-coordinate representation of color #BCDED0: hue angle of 155.29º 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 #BCDED0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB188222208-
CMYK0.1500.060.13
HSL155.29º34%80.39%-
HSV(B)155.29º15.32%87.06%-
XYZ58.2567.4969.63-
YUV210.24126.74112.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 208 (81.64% from 255) = 33.66%
R=30.42%
G=35.92%
B=33.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882222080.1500.060.13155.293480.39
HexBCDED0F06D9b2250
Octal27433632017061523342120
Binary101111001101111011010000111101101101100110111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDED0; }

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

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

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

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

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

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

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

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