Shades of Surf Crest #BFCEBB
Tints of Surf Crest #BFCEBB
RGB
CMYK
RGB Variations
Color information
#BFCEBB (or 0xBFCEBB) is known color: Surf Crest. HEX triplet: BF, CE and BB. RGB value is (191,206,187). Sum of RGB (Red+Green+Blue) = 191+206+187=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEBB is #403144. Grayscale: #C7C7C7. Windows color (decimal): -4206917 or 12308159. OLE color: 12308159.
HSL color Cylindrical-coordinate representation of color #BFCEBB: hue angle of 107.37º degrees, saturation: 0.16, 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 #BFCEBB is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 187 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.19 |
| HSL | 107.37º | 0.16% | 0.77% | - |
| HSV(B) | 107.37º | 0.09% | 0.81% | - |
| XYZ | 52.53 | 58.81 | 55.6 | - |
| YUV | 199.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 187 | 0.07 | 0 | 0.09 | 0.19 | 107.37 | 0.16 | 0.77 |
| Hex | BF | CE | BB | 7 | 0 | 9 | 13 | 6B | 10 | 4D |
| Octal | 277 | 316 | 273 | 7 | 0 | 11 | 23 | 153 | 20 | 115 |
| Binary | 10111111 | 11001110 | 10111011 | 111 | 0 | 1001 | 10011 | 1101011 | 10000 | 1001101 |
Color Harmonies of #BFCEBB
Complementary color
Monochromatic Colors of #BFCEBB
Black with #BFCEBB
Text Example
Text Example
White with #BFCEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEBB; }
p { color: rgb(191,206,187); }
H1.HeaderClassName
{
color: #BFCEBB;
}
.AnyTagClassName
{
color: #BFCEBB;
}
</style>
background-color css
<style>
a { background-color: #BFCEBB; }
a { background-color: rgb(191,206,187); }
div.DivClassName
{
background-color: #BFCEBB;
}
.BgClassName
{
background-color: #BFCEBB;
}
</style>
border-color css
<style>
span { border-color: #BFCEBB; }
span { border-color: rgb(191,206,187); }
td.TdClassName
{
border-color: #BFCEBB;
}
.TagClassName
{
border-color: #BFCEBB;
}
</style>