Shades of Surf Crest #BFC9BA
Tints of Surf Crest #BFC9BA
RGB
CMYK
RGB Variations
Color information
#BFC9BA (or 0xBFC9BA) is known color: Surf Crest. HEX triplet: BF, C9 and BA. RGB value is (191,201,186). Sum of RGB (Red+Green+Blue) = 191+201+186=578 (76% of max value = 765). Red value is 191 (75% from 255 or 33.04% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC9BA is #403645. Grayscale: #C4C4C4. Windows color (decimal): -4208198 or 12241343. OLE color: 12241343.
HSL color Cylindrical-coordinate representation of color #BFC9BA: hue angle of 100º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFC9BA is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 186 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.21 |
| HSL | 100º | 0.12% | 0.76% | - |
| HSV(B) | 100º | 0.07% | 0.79% | - |
| XYZ | 51.24 | 56.39 | 54.64 | - |
| YUV | 196.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 186 | 0.05 | 0 | 0.07 | 0.21 | 100 | 0.12 | 0.76 |
| Hex | BF | C9 | BA | 5 | 0 | 7 | 15 | 64 | C | 4C |
| Octal | 277 | 311 | 272 | 5 | 0 | 7 | 25 | 144 | 14 | 114 |
| Binary | 10111111 | 11001001 | 10111010 | 101 | 0 | 111 | 10101 | 1100100 | 1100 | 1001100 |
Color Harmonies of #BFC9BA
Complementary color
Monochromatic Colors of #BFC9BA
Black with #BFC9BA
Text Example
Text Example
White with #BFC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9BA; }
p { color: rgb(191,201,186); }
H1.HeaderClassName
{
color: #BFC9BA;
}
.AnyTagClassName
{
color: #BFC9BA;
}
</style>
background-color css
<style>
a { background-color: #BFC9BA; }
a { background-color: rgb(191,201,186); }
div.DivClassName
{
background-color: #BFC9BA;
}
.BgClassName
{
background-color: #BFC9BA;
}
</style>
border-color css
<style>
span { border-color: #BFC9BA; }
span { border-color: rgb(191,201,186); }
td.TdClassName
{
border-color: #BFC9BA;
}
.TagClassName
{
border-color: #BFC9BA;
}
</style>