Shades of Geyser #BFD3D0
Tints of Geyser #BFD3D0
RGB
CMYK
RGB Variations
Color information
#BFD3D0 (or 0xBFD3D0) is known color: Geyser. HEX triplet: BF, D3 and D0. RGB value is (191,211,208). Sum of RGB (Red+Green+Blue) = 191+211+208=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3D0 is #402C2F. Grayscale: #CCCCCC. Windows color (decimal): -4205616 or 13685695. OLE color: 13685695.
HSL color Cylindrical-coordinate representation of color #BFD3D0: hue angle of 171º 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 #BFD3D0 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
RGB | 191 | 211 | 208 | - |
CMYK | 0.09 | 0 | 0.01 | 0.17 |
HSL | 171º | 0.19% | 0.79% | - |
HSV(B) | 171º | 0.09% | 0.83% | - |
XYZ | 56.17 | 62.22 | 68.72 | - |
YUV | 204.68 | 129.87 | 118.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 211 | 208 | 0.09 | 0 | 0.01 | 0.17 | 171 | 0.19 | 0.79 |
Hex | BF | D3 | D0 | 9 | 0 | 1 | 11 | AB | 13 | 4F |
Octal | 277 | 323 | 320 | 11 | 0 | 1 | 21 | 253 | 23 | 117 |
Binary | 10111111 | 11010011 | 11010000 | 1001 | 0 | 1 | 10001 | 10101011 | 10011 | 1001111 |
Color Harmonies of #BFD3D0
Complementary color
Monochromatic Colors of #BFD3D0
Black with #BFD3D0
Text Example
Text Example
White with #BFD3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD3D0; }
p { color: rgb(191,211,208); }
H1.HeaderClassName
{
color: #BFD3D0;
}
.AnyTagClassName
{
color: #BFD3D0;
}
</style>
background-color css
<style>
a { background-color: #BFD3D0; }
a { background-color: rgb(191,211,208); }
div.DivClassName
{
background-color: #BFD3D0;
}
.BgClassName
{
background-color: #BFD3D0;
}
</style>
border-color css
<style>
span { border-color: #BFD3D0; }
span { border-color: rgb(191,211,208); }
td.TdClassName
{
border-color: #BFD3D0;
}
.TagClassName
{
border-color: #BFD3D0;
}
</style>