Shades of Iron #BBCDD0
Tints of Iron #BBCDD0
RGB
CMYK
RGB Variations
Color information
#BBCDD0 (or 0xBBCDD0) is known color: Iron. HEX triplet: BB, CD and D0. RGB value is (187,205,208). Sum of RGB (Red+Green+Blue) = 187+205+208=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #BBCDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDD0 is #44322F. Grayscale: #C7C7C7. Windows color (decimal): -4469296 or 13684155. OLE color: 13684155.
HSL color Cylindrical-coordinate representation of color #BBCDD0: hue angle of 188.57º 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 #BBCDD0 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 187 | 205 | 208 | - |
CMYK | 0.10 | 0.01 | 0 | 0.18 |
HSL | 188.57º | 0.18% | 0.77% | - |
HSV(B) | 188.57º | 0.1% | 0.82% | - |
XYZ | 53.71 | 58.78 | 68.19 | - |
YUV | 199.96 | 132.54 | 118.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 205 | 208 | 0.10 | 0.01 | 0 | 0.18 | 188.57 | 0.18 | 0.77 |
Hex | BB | CD | D0 | A | 1 | 0 | 12 | BD | 12 | 4D |
Octal | 273 | 315 | 320 | 12 | 1 | 0 | 22 | 275 | 22 | 115 |
Binary | 10111011 | 11001101 | 11010000 | 1010 | 1 | 0 | 10010 | 10111101 | 10010 | 1001101 |
Color Harmonies of #BBCDD0
Complementary color
Monochromatic Colors of #BBCDD0
Black with #BBCDD0
Text Example
Text Example
White with #BBCDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDD0; }
p { color: rgb(187,205,208); }
H1.HeaderClassName
{
color: #BBCDD0;
}
.AnyTagClassName
{
color: #BBCDD0;
}
</style>
background-color css
<style>
a { background-color: #BBCDD0; }
a { background-color: rgb(187,205,208); }
div.DivClassName
{
background-color: #BBCDD0;
}
.BgClassName
{
background-color: #BBCDD0;
}
</style>
border-color css
<style>
span { border-color: #BBCDD0; }
span { border-color: rgb(187,205,208); }
td.TdClassName
{
border-color: #BBCDD0;
}
.TagClassName
{
border-color: #BBCDD0;
}
</style>