Shades of Iron #BBCCD0
Tints of Iron #BBCCD0
RGB
CMYK
RGB Variations
Color information
#BBCCD0 (or 0xBBCCD0) is known color: Iron. HEX triplet: BB, CC and D0. RGB value is (187,204,208). Sum of RGB (Red+Green+Blue) = 187+204+208=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBCCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCD0 is #44332F. Grayscale: #C7C7C7. Windows color (decimal): -4469552 or 13683899. OLE color: 13683899.
HSL color Cylindrical-coordinate representation of color #BBCCD0: hue angle of 191.43º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCCD0 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 204 | 208 | - |
CMYK | 0.10 | 0.02 | 0 | 0.18 |
HSL | 191.43º | 0.18% | 0.77% | - |
HSV(B) | 191.43º | 0.1% | 0.82% | - |
XYZ | 53.47 | 58.3 | 68.11 | - |
YUV | 199.37 | 132.87 | 119.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 204 | 208 | 0.10 | 0.02 | 0 | 0.18 | 191.43 | 0.18 | 0.77 |
Hex | BB | CC | D0 | A | 2 | 0 | 12 | BF | 12 | 4D |
Octal | 273 | 314 | 320 | 12 | 2 | 0 | 22 | 277 | 22 | 115 |
Binary | 10111011 | 11001100 | 11010000 | 1010 | 10 | 0 | 10010 | 10111111 | 10010 | 1001101 |
Color Harmonies of #BBCCD0
Complementary color
Monochromatic Colors of #BBCCD0
Black with #BBCCD0
Text Example
Text Example
White with #BBCCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCD0; }
p { color: rgb(187,204,208); }
H1.HeaderClassName
{
color: #BBCCD0;
}
.AnyTagClassName
{
color: #BBCCD0;
}
</style>
background-color css
<style>
a { background-color: #BBCCD0; }
a { background-color: rgb(187,204,208); }
div.DivClassName
{
background-color: #BBCCD0;
}
.BgClassName
{
background-color: #BBCCD0;
}
</style>
border-color css
<style>
span { border-color: #BBCCD0; }
span { border-color: rgb(187,204,208); }
td.TdClassName
{
border-color: #BBCCD0;
}
.TagClassName
{
border-color: #BBCCD0;
}
</style>