Shades of Iron #BFD0D0
Tints of Iron #BFD0D0
RGB
CMYK
RGB Variations
Color information
#BFD0D0 (or 0xBFD0D0) is known color: Iron. HEX triplet: BF, D0 and D0. RGB value is (191,208,208). Sum of RGB (Red+Green+Blue) = 191+208+208=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 208 - color contains mainly: green, blue. Hex color #BFD0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0D0 is #402F2F. Grayscale: #CACACA. Windows color (decimal): -4206384 or 13684927. OLE color: 13684927.
HSL color Cylindrical-coordinate representation of color #BFD0D0: hue angle of 180º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFD0D0 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 191 | 208 | 208 | - |
CMYK | 0.08 | 0 | 0 | 0.18 |
HSL | 180º | 0.15% | 0.78% | - |
HSV(B) | 180º | 0.08% | 0.82% | - |
XYZ | 55.43 | 60.74 | 68.48 | - |
YUV | 202.92 | 130.87 | 119.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 208 | 208 | 0.08 | 0 | 0 | 0.18 | 180 | 0.15 | 0.78 |
Hex | BF | D0 | D0 | 8 | 0 | 0 | 12 | B4 | F | 4E |
Octal | 277 | 320 | 320 | 10 | 0 | 0 | 22 | 264 | 17 | 116 |
Binary | 10111111 | 11010000 | 11010000 | 1000 | 0 | 0 | 10010 | 10110100 | 1111 | 1001110 |
Color Harmonies of #BFD0D0
Complementary color
Monochromatic Colors of #BFD0D0
Black with #BFD0D0
Text Example
Text Example
White with #BFD0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0D0; }
p { color: rgb(191,208,208); }
H1.HeaderClassName
{
color: #BFD0D0;
}
.AnyTagClassName
{
color: #BFD0D0;
}
</style>
background-color css
<style>
a { background-color: #BFD0D0; }
a { background-color: rgb(191,208,208); }
div.DivClassName
{
background-color: #BFD0D0;
}
.BgClassName
{
background-color: #BFD0D0;
}
</style>
border-color css
<style>
span { border-color: #BFD0D0; }
span { border-color: rgb(191,208,208); }
td.TdClassName
{
border-color: #BFD0D0;
}
.TagClassName
{
border-color: #BFD0D0;
}
</style>