#BCDFCD

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

Shades of Aero Blue #BCDFCD

Tints of Aero Blue #BCDFCD

Color information

#BCDFCD (or 0xBCDFCD) is unknown color: approx Aero Blue. HEX triplet: BC, DF and CD. RGB value is (188,223,205). Sum of RGB (Red+Green+Blue) = 188+223+205=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFCD is #432032. Grayscale: #D2D2D2. Windows color (decimal): -4399155 or 13492156. OLE color: 13492156.

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

Color convert

RGB188223205-
CMYK0.1600.080.13
HSL149.14º35.35%80.59%-
HSV(B)149.14º15.7%87.45%-
XYZ58.1567.8767.79-
YUV210.48124.9111.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 223 (87.5% from 255) = 36.20%
BLUE value IS 205 (80.47% from 255) = 33.28%
R=30.52%
G=36.20%
B=33.28%

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
Decimal1882232050.1600.080.13149.1435.3580.59
HexBCDFCD1008D952351
Octal274337315200101522543121
Binary10111100110111111100110110000010001101100101011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDFCD; }

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

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

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

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

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

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

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

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