Shades of Surf Crest #BFCEBA
Tints of Surf Crest #BFCEBA
RGB
CMYK
RGB Variations
Color information
#BFCEBA (or 0xBFCEBA) is known color: Surf Crest. HEX triplet: BF, CE and BA. RGB value is (191,206,186). Sum of RGB (Red+Green+Blue) = 191+206+186=583 (77% of max value = 765). Red value is 191 (75% from 255 or 32.76% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEBA is #403145. Grayscale: #C7C7C7. Windows color (decimal): -4206918 or 12242623. OLE color: 12242623.
HSL color Cylindrical-coordinate representation of color #BFCEBA: hue angle of 105º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFCEBA is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 186 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.19 |
| HSL | 105º | 0.17% | 0.77% | - |
| HSV(B) | 105º | 0.1% | 0.81% | - |
| XYZ | 52.42 | 58.76 | 55.03 | - |
| YUV | 199.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 186 | 0.07 | 0 | 0.10 | 0.19 | 105 | 0.17 | 0.77 |
| Hex | BF | CE | BA | 7 | 0 | A | 13 | 69 | 11 | 4D |
| Octal | 277 | 316 | 272 | 7 | 0 | 12 | 23 | 151 | 21 | 115 |
| Binary | 10111111 | 11001110 | 10111010 | 111 | 0 | 1010 | 10011 | 1101001 | 10001 | 1001101 |
Color Harmonies of #BFCEBA
Complementary color
Monochromatic Colors of #BFCEBA
Black with #BFCEBA
Text Example
Text Example
White with #BFCEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEBA; }
p { color: rgb(191,206,186); }
H1.HeaderClassName
{
color: #BFCEBA;
}
.AnyTagClassName
{
color: #BFCEBA;
}
</style>
background-color css
<style>
a { background-color: #BFCEBA; }
a { background-color: rgb(191,206,186); }
div.DivClassName
{
background-color: #BFCEBA;
}
.BgClassName
{
background-color: #BFCEBA;
}
</style>
border-color css
<style>
span { border-color: #BFCEBA; }
span { border-color: rgb(191,206,186); }
td.TdClassName
{
border-color: #BFCEBA;
}
.TagClassName
{
border-color: #BFCEBA;
}
</style>