#BDCDCC

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

Shades of Iron #BDCDCC

Tints of Iron #BDCDCC

Color information

#BDCDCC (or 0xBDCDCC) is unknown color: approx Iron. HEX triplet: BD, CD and CC. RGB value is (189,205,204). Sum of RGB (Red+Green+Blue) = 189+205+204=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCDCC is #423233. Grayscale: #C8C8C8. Windows color (decimal): -4338228 or 13422013. OLE color: 13422013.

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

Color convert

RGB189205204-
CMYK0.0800.000.20
HSL176.25º13.79%77.25%-
HSV(B)176.25º7.8%80.39%-
XYZ53.7258.8465.65-
YUV200.1130.2120.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.61%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=31.61%
G=34.28%
B=34.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892052040.0800.000.20176.2513.7977.25
HexBDCDCC80014b0e4d
Octal27531531410002426016115
Binary101111011100110111001100100000101001011000011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDCC; }

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

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

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

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

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

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

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

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