Shades of Iron #BDCECE
Tints of Iron #BDCECE
RGB
CMYK
RGB Variations
Color information
#BDCECE (or 0xBDCECE) is known color: Iron. HEX triplet: BD, CE and CE. RGB value is (189,206,206). Sum of RGB (Red+Green+Blue) = 189+206+206=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #BDCECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCECE is #423131. Grayscale: #C8C8C8. Windows color (decimal): -4337970 or 13553341. OLE color: 13553341.
HSL color Cylindrical-coordinate representation of color #BDCECE: hue angle of 180º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCECE is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 189 | 206 | 206 | - |
CMYK | 0.08 | 0 | 0 | 0.19 |
HSL | 180º | 0.15% | 0.77% | - |
HSV(B) | 180º | 0.08% | 0.81% | - |
XYZ | 54.2 | 59.42 | 67 | - |
YUV | 200.92 | 130.87 | 119.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 206 | 206 | 0.08 | 0 | 0 | 0.19 | 180 | 0.15 | 0.77 |
Hex | BD | CE | CE | 8 | 0 | 0 | 13 | B4 | F | 4D |
Octal | 275 | 316 | 316 | 10 | 0 | 0 | 23 | 264 | 17 | 115 |
Binary | 10111101 | 11001110 | 11001110 | 1000 | 0 | 0 | 10011 | 10110100 | 1111 | 1001101 |
Color Harmonies of #BDCECE
Complementary color
Monochromatic Colors of #BDCECE
Black with #BDCECE
Text Example
Text Example
White with #BDCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCECE; }
p { color: rgb(189,206,206); }
H1.HeaderClassName
{
color: #BDCECE;
}
.AnyTagClassName
{
color: #BDCECE;
}
</style>
background-color css
<style>
a { background-color: #BDCECE; }
a { background-color: rgb(189,206,206); }
div.DivClassName
{
background-color: #BDCECE;
}
.BgClassName
{
background-color: #BDCECE;
}
</style>
border-color css
<style>
span { border-color: #BDCECE; }
span { border-color: rgb(189,206,206); }
td.TdClassName
{
border-color: #BDCECE;
}
.TagClassName
{
border-color: #BDCECE;
}
</style>