Shades of Surf Crest #BFD9BA
Tints of Surf Crest #BFD9BA
RGB
CMYK
RGB Variations
Color information
#BFD9BA (or 0xBFD9BA) is known color: Surf Crest. HEX triplet: BF, D9 and BA. RGB value is (191,217,186). Sum of RGB (Red+Green+Blue) = 191+217+186=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD9BA is #402645. Grayscale: #CDCDCD. Windows color (decimal): -4204102 or 12245439. OLE color: 12245439.
HSL color Cylindrical-coordinate representation of color #BFD9BA: hue angle of 110.32º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD9BA is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 186 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.15 |
| HSL | 110.32º | 0.29% | 0.79% | - |
| HSV(B) | 110.32º | 0.14% | 0.85% | - |
| XYZ | 55.16 | 64.25 | 55.95 | - |
| YUV | 205.69 | 116.89 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 186 | 0.12 | 0 | 0.14 | 0.15 | 110.32 | 0.29 | 0.79 |
| Hex | BF | D9 | BA | C | 0 | E | F | 6E | 1D | 4F |
| Octal | 277 | 331 | 272 | 14 | 0 | 16 | 17 | 156 | 35 | 117 |
| Binary | 10111111 | 11011001 | 10111010 | 1100 | 0 | 1110 | 1111 | 1101110 | 11101 | 1001111 |
Color Harmonies of #BFD9BA
Complementary color
Monochromatic Colors of #BFD9BA
Black with #BFD9BA
Text Example
Text Example
White with #BFD9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD9BA; }
p { color: rgb(191,217,186); }
H1.HeaderClassName
{
color: #BFD9BA;
}
.AnyTagClassName
{
color: #BFD9BA;
}
</style>
background-color css
<style>
a { background-color: #BFD9BA; }
a { background-color: rgb(191,217,186); }
div.DivClassName
{
background-color: #BFD9BA;
}
.BgClassName
{
background-color: #BFD9BA;
}
</style>
border-color css
<style>
span { border-color: #BFD9BA; }
span { border-color: rgb(191,217,186); }
td.TdClassName
{
border-color: #BFD9BA;
}
.TagClassName
{
border-color: #BFD9BA;
}
</style>