#BCDDCE

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

Shades of Aero Blue #BCDDCE

Tints of Aero Blue #BCDDCE

Color information

#BCDDCE (or 0xBCDDCE) is unknown color: approx Aero Blue. HEX triplet: BC, DD and CE. RGB value is (188,221,206). Sum of RGB (Red+Green+Blue) = 188+221+206=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDDCE is #432231. Grayscale: #D1D1D1. Windows color (decimal): -4399666 or 13557180. OLE color: 13557180.

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

Color convert

RGB188221206-
CMYK0.1500.070.13
HSL152.73º32.67%80.2%-
HSV(B)152.73º14.93%86.67%-
XYZ57.7466.8668.25-
YUV209.42126.07112.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.57%
GREEN value IS 221 (86.72% from 255) = 35.93%
BLUE value IS 206 (80.86% from 255) = 33.50%
R=30.57%
G=35.93%
B=33.50%

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
Decimal1882212060.1500.070.13152.7332.6780.2
HexBCDDCEF07D992150
Octal27433531617071523141120
Binary101111001101110111001110111101111101100110011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDDCE; }

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

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

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

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

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

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

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

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