Shades of Iron #BBD1D2
Tints of Iron #BBD1D2
RGB
CMYK
RGB Variations
Color information
#BBD1D2 (or 0xBBD1D2) is known color: Iron. HEX triplet: BB, D1 and D2. RGB value is (187,209,210). Sum of RGB (Red+Green+Blue) = 187+209+210=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 210 - color contains mainly: blue. Hex color #BBD1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD1D2 is #442E2D. Grayscale: #CACACA. Windows color (decimal): -4468270 or 13816251. OLE color: 13816251.
HSL color Cylindrical-coordinate representation of color #BBD1D2: hue angle of 182.61º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD1D2 is Cyan = 0.11, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 209 | 210 | - |
| CMYK | 0.11 | 0.00 | 0 | 0.18 |
| HSL | 182.61º | 0.2% | 0.78% | - |
| HSV(B) | 182.61º | 0.11% | 0.82% | - |
| XYZ | 54.93 | 60.82 | 69.82 | - |
| YUV | 202.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 209 | 210 | 0.11 | 0.00 | 0 | 0.18 | 182.61 | 0.2 | 0.78 |
| Hex | BB | D1 | D2 | B | 0 | 0 | 12 | B7 | 14 | 4E |
| Octal | 273 | 321 | 322 | 13 | 0 | 0 | 22 | 267 | 24 | 116 |
| Binary | 10111011 | 11010001 | 11010010 | 1011 | 0 | 0 | 10010 | 10110111 | 10100 | 1001110 |
Color Harmonies of #BBD1D2
Complementary color
Monochromatic Colors of #BBD1D2
Black with #BBD1D2
Text Example
Text Example
White with #BBD1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD1D2; }
p { color: rgb(187,209,210); }
H1.HeaderClassName
{
color: #BBD1D2;
}
.AnyTagClassName
{
color: #BBD1D2;
}
</style>
background-color css
<style>
a { background-color: #BBD1D2; }
a { background-color: rgb(187,209,210); }
div.DivClassName
{
background-color: #BBD1D2;
}
.BgClassName
{
background-color: #BBD1D2;
}
</style>
border-color css
<style>
span { border-color: #BBD1D2; }
span { border-color: rgb(187,209,210); }
td.TdClassName
{
border-color: #BBD1D2;
}
.TagClassName
{
border-color: #BBD1D2;
}
</style>