Shades of Iron #BBCDCD
Tints of Iron #BBCDCD
RGB
CMYK
RGB Variations
Color information
#BBCDCD (or 0xBBCDCD) is known color: Iron. HEX triplet: BB, CD and CD. RGB value is (187,205,205). Sum of RGB (Red+Green+Blue) = 187+205+205=597 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.32% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #BBCDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDCD is #443232. Grayscale: #C7C7C7. Windows color (decimal): -4469299 or 13487547. OLE color: 13487547.
HSL color Cylindrical-coordinate representation of color #BBCDCD: hue angle of 180º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCDCD is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 187 | 205 | 205 | - |
CMYK | 0.09 | 0 | 0 | 0.20 |
HSL | 180º | 0.15% | 0.77% | - |
HSV(B) | 180º | 0.09% | 0.8% | - |
XYZ | 53.34 | 58.64 | 66.26 | - |
YUV | 199.62 | 131.04 | 119 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 205 | 205 | 0.09 | 0 | 0 | 0.20 | 180 | 0.15 | 0.77 |
Hex | BB | CD | CD | 9 | 0 | 0 | 14 | B4 | F | 4D |
Octal | 273 | 315 | 315 | 11 | 0 | 0 | 24 | 264 | 17 | 115 |
Binary | 10111011 | 11001101 | 11001101 | 1001 | 0 | 0 | 10100 | 10110100 | 1111 | 1001101 |
Color Harmonies of #BBCDCD
Complementary color
Monochromatic Colors of #BBCDCD
Black with #BBCDCD
Text Example
Text Example
White with #BBCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDCD; }
p { color: rgb(187,205,205); }
H1.HeaderClassName
{
color: #BBCDCD;
}
.AnyTagClassName
{
color: #BBCDCD;
}
</style>
background-color css
<style>
a { background-color: #BBCDCD; }
a { background-color: rgb(187,205,205); }
div.DivClassName
{
background-color: #BBCDCD;
}
.BgClassName
{
background-color: #BBCDCD;
}
</style>
border-color css
<style>
span { border-color: #BBCDCD; }
span { border-color: rgb(187,205,205); }
td.TdClassName
{
border-color: #BBCDCD;
}
.TagClassName
{
border-color: #BBCDCD;
}
</style>