Shades of Iron #BFD2D3
Tints of Iron #BFD2D3
RGB
CMYK
RGB Variations
Color information
#BFD2D3 (or 0xBFD2D3) is known color: Iron. HEX triplet: BF, D2 and D3. RGB value is (191,210,211). Sum of RGB (Red+Green+Blue) = 191+210+211=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFD2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2D3 is #402D2C. Grayscale: #CCCCCC. Windows color (decimal): -4205869 or 13882047. OLE color: 13882047.
HSL color Cylindrical-coordinate representation of color #BFD2D3: hue angle of 183º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD2D3 is Cyan = 0.09, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 191 | 210 | 211 | - |
CMYK | 0.09 | 0.00 | 0 | 0.17 |
HSL | 183º | 0.19% | 0.79% | - |
HSV(B) | 183º | 0.09% | 0.83% | - |
XYZ | 56.29 | 61.87 | 70.6 | - |
YUV | 204.43 | 131.71 | 118.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 210 | 211 | 0.09 | 0.00 | 0 | 0.17 | 183 | 0.19 | 0.79 |
Hex | BF | D2 | D3 | 9 | 0 | 0 | 11 | B7 | 13 | 4F |
Octal | 277 | 322 | 323 | 11 | 0 | 0 | 21 | 267 | 23 | 117 |
Binary | 10111111 | 11010010 | 11010011 | 1001 | 0 | 0 | 10001 | 10110111 | 10011 | 1001111 |
Color Harmonies of #BFD2D3
Complementary color
Monochromatic Colors of #BFD2D3
Black with #BFD2D3
Text Example
Text Example
White with #BFD2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2D3; }
p { color: rgb(191,210,211); }
H1.HeaderClassName
{
color: #BFD2D3;
}
.AnyTagClassName
{
color: #BFD2D3;
}
</style>
background-color css
<style>
a { background-color: #BFD2D3; }
a { background-color: rgb(191,210,211); }
div.DivClassName
{
background-color: #BFD2D3;
}
.BgClassName
{
background-color: #BFD2D3;
}
</style>
border-color css
<style>
span { border-color: #BFD2D3; }
span { border-color: rgb(191,210,211); }
td.TdClassName
{
border-color: #BFD2D3;
}
.TagClassName
{
border-color: #BFD2D3;
}
</style>