#BCDFCE

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

Shades of Aero Blue #BCDFCE

Tints of Aero Blue #BCDFCE

Color information

#BCDFCE (or 0xBCDFCE) is unknown color: approx Aero Blue. HEX triplet: BC, DF and CE. RGB value is (188,223,206). Sum of RGB (Red+Green+Blue) = 188+223+206=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFCE is #432031. Grayscale: #D2D2D2. Windows color (decimal): -4399154 or 13557692. OLE color: 13557692.

HSL color Cylindrical-coordinate representation of color #BCDFCE: hue angle of 150.86º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFCE is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB188223206-
CMYK0.1600.080.13
HSL150.86º35.35%80.59%-
HSV(B)150.86º15.7%87.45%-
XYZ58.2767.9268.43-
YUV210.6125.4111.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 223 (87.5% from 255) = 36.14%
BLUE value IS 206 (80.86% from 255) = 33.39%
R=30.47%
G=36.14%
B=33.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882232060.1600.080.13150.8635.3580.59
HexBCDFCE1008D972351
Octal274337316200101522743121
Binary10111100110111111100111010000010001101100101111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFCE; }

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

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

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

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

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

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

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

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