Shades of Surf Crest #BFCEBD
Tints of Surf Crest #BFCEBD
RGB
CMYK
RGB Variations
Color information
#BFCEBD (or 0xBFCEBD) is known color: Surf Crest. HEX triplet: BF, CE and BD. RGB value is (191,206,189). Sum of RGB (Red+Green+Blue) = 191+206+189=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 189 (74.22% from 255 or 32.25% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCEBD is #403142. Grayscale: #C7C7C7. Windows color (decimal): -4206915 or 12439231. OLE color: 12439231.
HSL color Cylindrical-coordinate representation of color #BFCEBD: hue angle of 112.94º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFCEBD is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 189 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.19 |
| HSL | 112.94º | 0.15% | 0.77% | - |
| HSV(B) | 112.94º | 0.08% | 0.81% | - |
| XYZ | 52.74 | 58.89 | 56.73 | - |
| YUV | 199.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 189 | 0.07 | 0 | 0.08 | 0.19 | 112.94 | 0.15 | 0.77 |
| Hex | BF | CE | BD | 7 | 0 | 8 | 13 | 71 | F | 4D |
| Octal | 277 | 316 | 275 | 7 | 0 | 10 | 23 | 161 | 17 | 115 |
| Binary | 10111111 | 11001110 | 10111101 | 111 | 0 | 1000 | 10011 | 1110001 | 1111 | 1001101 |
Color Harmonies of #BFCEBD
Complementary color
Monochromatic Colors of #BFCEBD
Black with #BFCEBD
Text Example
Text Example
White with #BFCEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEBD; }
p { color: rgb(191,206,189); }
H1.HeaderClassName
{
color: #BFCEBD;
}
.AnyTagClassName
{
color: #BFCEBD;
}
</style>
background-color css
<style>
a { background-color: #BFCEBD; }
a { background-color: rgb(191,206,189); }
div.DivClassName
{
background-color: #BFCEBD;
}
.BgClassName
{
background-color: #BFCEBD;
}
</style>
border-color css
<style>
span { border-color: #BFCEBD; }
span { border-color: rgb(191,206,189); }
td.TdClassName
{
border-color: #BFCEBD;
}
.TagClassName
{
border-color: #BFCEBD;
}
</style>