Shades of Surf Crest #BFDEBD
Tints of Surf Crest #BFDEBD
RGB
CMYK
RGB Variations
Color information
#BFDEBD (or 0xBFDEBD) is known color: Surf Crest. HEX triplet: BF, DE and BD. RGB value is (191,222,189). Sum of RGB (Red+Green+Blue) = 191+222+189=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEBD is #402142. Grayscale: #D1D1D1. Windows color (decimal): -4202819 or 12443327. OLE color: 12443327.
HSL color Cylindrical-coordinate representation of color #BFDEBD: hue angle of 116.36º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFDEBD is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 189 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.13 |
| HSL | 116.36º | 0.33% | 0.81% | - |
| HSV(B) | 116.36º | 0.15% | 0.87% | - |
| XYZ | 56.79 | 66.99 | 58.08 | - |
| YUV | 208.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 189 | 0.14 | 0 | 0.15 | 0.13 | 116.36 | 0.33 | 0.81 |
| Hex | BF | DE | BD | E | 0 | F | D | 74 | 21 | 51 |
| Octal | 277 | 336 | 275 | 16 | 0 | 17 | 15 | 164 | 41 | 121 |
| Binary | 10111111 | 11011110 | 10111101 | 1110 | 0 | 1111 | 1101 | 1110100 | 100001 | 1010001 |
Color Harmonies of #BFDEBD
Complementary color
Monochromatic Colors of #BFDEBD
Black with #BFDEBD
Text Example
Text Example
White with #BFDEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEBD; }
p { color: rgb(191,222,189); }
H1.HeaderClassName
{
color: #BFDEBD;
}
.AnyTagClassName
{
color: #BFDEBD;
}
</style>
background-color css
<style>
a { background-color: #BFDEBD; }
a { background-color: rgb(191,222,189); }
div.DivClassName
{
background-color: #BFDEBD;
}
.BgClassName
{
background-color: #BFDEBD;
}
</style>
border-color css
<style>
span { border-color: #BFDEBD; }
span { border-color: rgb(191,222,189); }
td.TdClassName
{
border-color: #BFDEBD;
}
.TagClassName
{
border-color: #BFDEBD;
}
</style>