Shades of Surf Crest #BFDEBA
Tints of Surf Crest #BFDEBA
RGB
CMYK
RGB Variations
Color information
#BFDEBA (or 0xBFDEBA) is known color: Surf Crest. HEX triplet: BF, DE and BA. RGB value is (191,222,186). Sum of RGB (Red+Green+Blue) = 191+222+186=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEBA is #402145. Grayscale: #D0D0D0. Windows color (decimal): -4202822 or 12246719. OLE color: 12246719.
HSL color Cylindrical-coordinate representation of color #BFDEBA: hue angle of 111.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFDEBA is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 222 | 186 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.13 |
| HSL | 111.67º | 0.35% | 0.8% | - |
| HSV(B) | 111.67º | 0.16% | 0.87% | - |
| XYZ | 56.47 | 66.86 | 56.38 | - |
| YUV | 208.63 | 115.23 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 222 | 186 | 0.14 | 0 | 0.16 | 0.13 | 111.67 | 0.35 | 0.8 |
| Hex | BF | DE | BA | E | 0 | 10 | D | 70 | 23 | 50 |
| Octal | 277 | 336 | 272 | 16 | 0 | 20 | 15 | 160 | 43 | 120 |
| Binary | 10111111 | 11011110 | 10111010 | 1110 | 0 | 10000 | 1101 | 1110000 | 100011 | 1010000 |
Color Harmonies of #BFDEBA
Complementary color
Monochromatic Colors of #BFDEBA
Black with #BFDEBA
Text Example
Text Example
White with #BFDEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDEBA; }
p { color: rgb(191,222,186); }
H1.HeaderClassName
{
color: #BFDEBA;
}
.AnyTagClassName
{
color: #BFDEBA;
}
</style>
background-color css
<style>
a { background-color: #BFDEBA; }
a { background-color: rgb(191,222,186); }
div.DivClassName
{
background-color: #BFDEBA;
}
.BgClassName
{
background-color: #BFDEBA;
}
</style>
border-color css
<style>
span { border-color: #BFDEBA; }
span { border-color: rgb(191,222,186); }
td.TdClassName
{
border-color: #BFDEBA;
}
.TagClassName
{
border-color: #BFDEBA;
}
</style>