#BCCBCD

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

Shades of Iron #BCCBCD

Tints of Iron #BCCBCD

Color information

#BCCBCD (or 0xBCCBCD) is unknown color: approx Iron. HEX triplet: BC, CB and CD. RGB value is (188,203,205). Sum of RGB (Red+Green+Blue) = 188+203+205=596 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.54% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCCBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBCD is #433432. Grayscale: #C6C6C6. Windows color (decimal): -4404275 or 13487036. OLE color: 13487036.

HSL color Cylindrical-coordinate representation of color #BCCBCD: hue angle of 187.06º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCCBCD is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188203205-
CMYK0.080.0100.20
HSL187.06º14.53%77.06%-
HSV(B)187.06º8.29%80.39%-
XYZ53.1157.8166.12-
YUV198.74131.53120.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.54%
GREEN value IS 203 (79.69% from 255) = 34.06%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=31.54%
G=34.06%
B=34.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882032050.080.0100.20187.0614.5377.06
HexBCCBCD81014bbf4d
Octal27431331510102427317115
Binary101111001100101111001101100010101001011101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBCD; }

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

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

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

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

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

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

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

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