Shades of Surf Crest #BFCFBC
Tints of Surf Crest #BFCFBC
RGB
CMYK
RGB Variations
Color information
#BFCFBC (or 0xBFCFBC) is known color: Surf Crest. HEX triplet: BF, CF and BC. RGB value is (191,207,188). Sum of RGB (Red+Green+Blue) = 191+207+188=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCFBC is #403043. Grayscale: #C8C8C8. Windows color (decimal): -4206660 or 12373951. OLE color: 12373951.
HSL color Cylindrical-coordinate representation of color #BFCFBC: hue angle of 110.53º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFCFBC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 188 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.19 |
| HSL | 110.53º | 0.17% | 0.77% | - |
| HSV(B) | 110.53º | 0.09% | 0.81% | - |
| XYZ | 52.88 | 59.33 | 56.24 | - |
| YUV | 200.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 188 | 0.08 | 0 | 0.09 | 0.19 | 110.53 | 0.17 | 0.77 |
| Hex | BF | CF | BC | 8 | 0 | 9 | 13 | 6F | 11 | 4D |
| Octal | 277 | 317 | 274 | 10 | 0 | 11 | 23 | 157 | 21 | 115 |
| Binary | 10111111 | 11001111 | 10111100 | 1000 | 0 | 1001 | 10011 | 1101111 | 10001 | 1001101 |
Color Harmonies of #BFCFBC
Complementary color
Monochromatic Colors of #BFCFBC
Black with #BFCFBC
Text Example
Text Example
White with #BFCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFBC; }
p { color: rgb(191,207,188); }
H1.HeaderClassName
{
color: #BFCFBC;
}
.AnyTagClassName
{
color: #BFCFBC;
}
</style>
background-color css
<style>
a { background-color: #BFCFBC; }
a { background-color: rgb(191,207,188); }
div.DivClassName
{
background-color: #BFCFBC;
}
.BgClassName
{
background-color: #BFCFBC;
}
</style>
border-color css
<style>
span { border-color: #BFCFBC; }
span { border-color: rgb(191,207,188); }
td.TdClassName
{
border-color: #BFCFBC;
}
.TagClassName
{
border-color: #BFCFBC;
}
</style>