#BCCECD

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

Shades of Iron #BCCECD

Tints of Iron #BCCECD

Color information

#BCCECD (or 0xBCCECD) is unknown color: approx Iron. HEX triplet: BC, CE and CD. RGB value is (188,206,205). Sum of RGB (Red+Green+Blue) = 188+206+205=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCECD is #433132. Grayscale: #C8C8C8. Windows color (decimal): -4403507 or 13487804. OLE color: 13487804.

HSL color Cylindrical-coordinate representation of color #BCCECD: hue angle of 176.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCCECD is Cyan = 0.09, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB188206205-
CMYK0.0900.000.19
HSL176.67º15.52%77.25%-
HSV(B)176.67º8.74%80.78%-
XYZ53.8359.2466.36-
YUV200.5130.54119.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.39%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=31.39%
G=34.39%
B=34.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1882062050.0900.000.19176.6715.5277.25
HexBCCECD90013b1104d
Octal27431631511002326120115
Binary1011110011001110110011011001001001110110001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCECD; }

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

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

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

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

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

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

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

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