#BDCDCD

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

Shades of Iron #BDCDCD

Tints of Iron #BDCDCD

Color information

#BDCDCD (or 0xBDCDCD) is unknown color: approx Iron. HEX triplet: BD, CD and CD. RGB value is (189,205,205). Sum of RGB (Red+Green+Blue) = 189+205+205=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #BDCDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDCD is #423232. Grayscale: #C8C8C8. Windows color (decimal): -4338227 or 13487549. OLE color: 13487549.

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

Color convert

RGB189205205-
CMYK0.08000.20
HSL180º13.79%77.25%-
HSV(B)180º7.8%80.39%-
XYZ53.8458.8966.29-
YUV200.22130.7120-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.55%
GREEN value IS 205 (80.47% from 255) = 34.22%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=31.55%
G=34.22%
B=34.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892052050.08000.2018013.7977.25
HexBDCDCD80014b4e4d
Octal27531531510002426416115
Binary101111011100110111001101100000101001011010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDCD; }

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

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

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

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

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

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

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

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