#BDCBCD

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

Shades of Iron #BDCBCD

Tints of Iron #BDCBCD

Color information

#BDCBCD (or 0xBDCBCD) is unknown color: approx Iron. HEX triplet: BD, CB and CD. RGB value is (189,203,205). Sum of RGB (Red+Green+Blue) = 189+203+205=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 203 (79.69% from 255 or 34.00% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 205 - color contains mainly: blue. Hex color #BDCBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCBCD is #423432. Grayscale: #C7C7C7. Windows color (decimal): -4338739 or 13487037. OLE color: 13487037.

HSL color Cylindrical-coordinate representation of color #BDCBCD: hue angle of 187.5º degrees, saturation: 0.14, 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 #BDCBCD is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189203205-
CMYK0.080.0100.20
HSL187.5º13.79%77.25%-
HSV(B)187.5º7.8%80.39%-
XYZ53.3657.9466.13-
YUV199.04131.36120.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 203 (79.69% from 255) = 34.00%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=31.66%
G=34.00%
B=34.34%

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
Decimal1892032050.080.0100.20187.513.7977.25
HexBDCBCD81014bbe4d
Octal27531331510102427316115
Binary101111011100101111001101100010101001011101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBCD; }

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

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

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

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

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

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

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

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