Shades of Geyser #BFD8D3
Tints of Geyser #BFD8D3
RGB
CMYK
RGB Variations
Color information
#BFD8D3 (or 0xBFD8D3) is known color: Geyser. HEX triplet: BF, D8 and D3. RGB value is (191,216,211). Sum of RGB (Red+Green+Blue) = 191+216+211=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD8D3 is #40272C. Grayscale: #CFCFCF. Windows color (decimal): -4204333 or 13883583. OLE color: 13883583.
HSL color Cylindrical-coordinate representation of color #BFD8D3: hue angle of 168º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD8D3 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 216 | 211 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.15 |
| HSL | 168º | 0.24% | 0.8% | - |
| HSV(B) | 168º | 0.12% | 0.85% | - |
| XYZ | 57.8 | 64.89 | 71.11 | - |
| YUV | 207.96 | 129.72 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 216 | 211 | 0.12 | 0 | 0.02 | 0.15 | 168 | 0.24 | 0.8 |
| Hex | BF | D8 | D3 | C | 0 | 2 | F | A8 | 18 | 50 |
| Octal | 277 | 330 | 323 | 14 | 0 | 2 | 17 | 250 | 30 | 120 |
| Binary | 10111111 | 11011000 | 11010011 | 1100 | 0 | 10 | 1111 | 10101000 | 11000 | 1010000 |
Color Harmonies of #BFD8D3
Complementary color
Monochromatic Colors of #BFD8D3
Black with #BFD8D3
Text Example
Text Example
White with #BFD8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD8D3; }
p { color: rgb(191,216,211); }
H1.HeaderClassName
{
color: #BFD8D3;
}
.AnyTagClassName
{
color: #BFD8D3;
}
</style>
background-color css
<style>
a { background-color: #BFD8D3; }
a { background-color: rgb(191,216,211); }
div.DivClassName
{
background-color: #BFD8D3;
}
.BgClassName
{
background-color: #BFD8D3;
}
</style>
border-color css
<style>
span { border-color: #BFD8D3; }
span { border-color: rgb(191,216,211); }
td.TdClassName
{
border-color: #BFD8D3;
}
.TagClassName
{
border-color: #BFD8D3;
}
</style>