Shades of Iron #BDCCCC
Tints of Iron #BDCCCC
RGB
CMYK
RGB Variations
Color information
#BDCCCC (or 0xBDCCCC) is known color: Iron. HEX triplet: BD, CC and CC. RGB value is (189,204,204). Sum of RGB (Red+Green+Blue) = 189+204+204=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #BDCCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCCC is #423333. Grayscale: #C7C7C7. Windows color (decimal): -4338484 or 13421757. OLE color: 13421757.
HSL color Cylindrical-coordinate representation of color #BDCCCC: hue angle of 180º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDCCCC is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 204 | - |
| CMYK | 0.07 | 0 | 0 | 0.2 |
| HSL | 180º | 0.13% | 0.77% | - |
| HSV(B) | 180º | 0.07% | 0.8% | - |
| XYZ | 53.48 | 58.36 | 65.57 | - |
| YUV | 199.52 | 130.53 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 204 | 0.07 | 0 | 0 | 0.2 | 180 | 0.13 | 0.77 |
| Hex | BD | CC | CC | 7 | 0 | 0 | 14 | B4 | D | 4D |
| Octal | 275 | 314 | 314 | 7 | 0 | 0 | 24 | 264 | 15 | 115 |
| Binary | 10111101 | 11001100 | 11001100 | 111 | 0 | 0 | 10100 | 10110100 | 1101 | 1001101 |
Color Harmonies of #BDCCCC
Complementary color
Monochromatic Colors of #BDCCCC
Black with #BDCCCC
Text Example
Text Example
White with #BDCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCCC; }
p { color: rgb(189,204,204); }
H1.HeaderClassName
{
color: #BDCCCC;
}
.AnyTagClassName
{
color: #BDCCCC;
}
</style>
background-color css
<style>
a { background-color: #BDCCCC; }
a { background-color: rgb(189,204,204); }
div.DivClassName
{
background-color: #BDCCCC;
}
.BgClassName
{
background-color: #BDCCCC;
}
</style>
border-color css
<style>
span { border-color: #BDCCCC; }
span { border-color: rgb(189,204,204); }
td.TdClassName
{
border-color: #BDCCCC;
}
.TagClassName
{
border-color: #BDCCCC;
}
</style>