Shades of Geyser #BFCDCB
Tints of Geyser #BFCDCB
RGB
CMYK
RGB Variations
Color information
#BFCDCB (or 0xBFCDCB) is known color: Geyser. HEX triplet: BF, CD and CB. RGB value is (191,205,203). Sum of RGB (Red+Green+Blue) = 191+205+203=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDCB is #403234. Grayscale: #C8C8C8. Windows color (decimal): -4207157 or 13356479. OLE color: 13356479.
HSL color Cylindrical-coordinate representation of color #BFCDCB: hue angle of 171.43º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFCDCB is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 203 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.20 |
| HSL | 171.43º | 0.12% | 0.78% | - |
| HSV(B) | 171.43º | 0.07% | 0.8% | - |
| XYZ | 54.1 | 59.05 | 65.05 | - |
| YUV | 200.59 | 129.36 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 203 | 0.07 | 0 | 0.01 | 0.20 | 171.43 | 0.12 | 0.78 |
| Hex | BF | CD | CB | 7 | 0 | 1 | 14 | AB | C | 4E |
| Octal | 277 | 315 | 313 | 7 | 0 | 1 | 24 | 253 | 14 | 116 |
| Binary | 10111111 | 11001101 | 11001011 | 111 | 0 | 1 | 10100 | 10101011 | 1100 | 1001110 |
Color Harmonies of #BFCDCB
Complementary color
Monochromatic Colors of #BFCDCB
Black with #BFCDCB
Text Example
Text Example
White with #BFCDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDCB; }
p { color: rgb(191,205,203); }
H1.HeaderClassName
{
color: #BFCDCB;
}
.AnyTagClassName
{
color: #BFCDCB;
}
</style>
background-color css
<style>
a { background-color: #BFCDCB; }
a { background-color: rgb(191,205,203); }
div.DivClassName
{
background-color: #BFCDCB;
}
.BgClassName
{
background-color: #BFCDCB;
}
</style>
border-color css
<style>
span { border-color: #BFCDCB; }
span { border-color: rgb(191,205,203); }
td.TdClassName
{
border-color: #BFCDCB;
}
.TagClassName
{
border-color: #BFCDCB;
}
</style>