Shades of Surf Crest #BFD5BA
Tints of Surf Crest #BFD5BA
RGB
CMYK
RGB Variations
Color information
#BFD5BA (or 0xBFD5BA) is known color: Surf Crest. HEX triplet: BF, D5 and BA. RGB value is (191,213,186). Sum of RGB (Red+Green+Blue) = 191+213+186=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 186 (73.05% from 255 or 31.53% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5BA is #402A45. Grayscale: #CBCBCB. Windows color (decimal): -4205126 or 12244415. OLE color: 12244415.
HSL color Cylindrical-coordinate representation of color #BFD5BA: hue angle of 108.89º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFD5BA is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 186 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.16 |
| HSL | 108.89º | 0.24% | 0.78% | - |
| HSV(B) | 108.89º | 0.13% | 0.84% | - |
| XYZ | 54.14 | 62.21 | 55.61 | - |
| YUV | 203.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 186 | 0.10 | 0 | 0.13 | 0.16 | 108.89 | 0.24 | 0.78 |
| Hex | BF | D5 | BA | A | 0 | D | 10 | 6D | 18 | 4E |
| Octal | 277 | 325 | 272 | 12 | 0 | 15 | 20 | 155 | 30 | 116 |
| Binary | 10111111 | 11010101 | 10111010 | 1010 | 0 | 1101 | 10000 | 1101101 | 11000 | 1001110 |
Color Harmonies of #BFD5BA
Complementary color
Monochromatic Colors of #BFD5BA
Black with #BFD5BA
Text Example
Text Example
White with #BFD5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD5BA; }
p { color: rgb(191,213,186); }
H1.HeaderClassName
{
color: #BFD5BA;
}
.AnyTagClassName
{
color: #BFD5BA;
}
</style>
background-color css
<style>
a { background-color: #BFD5BA; }
a { background-color: rgb(191,213,186); }
div.DivClassName
{
background-color: #BFD5BA;
}
.BgClassName
{
background-color: #BFD5BA;
}
</style>
border-color css
<style>
span { border-color: #BFD5BA; }
span { border-color: rgb(191,213,186); }
td.TdClassName
{
border-color: #BFD5BA;
}
.TagClassName
{
border-color: #BFD5BA;
}
</style>