Shades of Surf Crest #BFD1BA
Tints of Surf Crest #BFD1BA
RGB
CMYK
RGB Variations
Color information
#BFD1BA (or 0xBFD1BA) is known color: Surf Crest. HEX triplet: BF, D1 and BA. RGB value is (191,209,186). Sum of RGB (Red+Green+Blue) = 191+209+186=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 186 (73.05% from 255 or 31.74% from 586); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1BA is #402E45. Grayscale: #C9C9C9. Windows color (decimal): -4206150 or 12243391. OLE color: 12243391.
HSL color Cylindrical-coordinate representation of color #BFD1BA: hue angle of 106.96º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD1BA is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 186 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.18 |
| HSL | 106.96º | 0.2% | 0.77% | - |
| HSV(B) | 106.96º | 0.11% | 0.82% | - |
| XYZ | 53.15 | 60.22 | 55.28 | - |
| YUV | 201 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 186 | 0.09 | 0 | 0.11 | 0.18 | 106.96 | 0.2 | 0.77 |
| Hex | BF | D1 | BA | 9 | 0 | B | 12 | 6B | 14 | 4D |
| Octal | 277 | 321 | 272 | 11 | 0 | 13 | 22 | 153 | 24 | 115 |
| Binary | 10111111 | 11010001 | 10111010 | 1001 | 0 | 1011 | 10010 | 1101011 | 10100 | 1001101 |
Color Harmonies of #BFD1BA
Complementary color
Monochromatic Colors of #BFD1BA
Black with #BFD1BA
Text Example
Text Example
White with #BFD1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1BA; }
p { color: rgb(191,209,186); }
H1.HeaderClassName
{
color: #BFD1BA;
}
.AnyTagClassName
{
color: #BFD1BA;
}
</style>
background-color css
<style>
a { background-color: #BFD1BA; }
a { background-color: rgb(191,209,186); }
div.DivClassName
{
background-color: #BFD1BA;
}
.BgClassName
{
background-color: #BFD1BA;
}
</style>
border-color css
<style>
span { border-color: #BFD1BA; }
span { border-color: rgb(191,209,186); }
td.TdClassName
{
border-color: #BFD1BA;
}
.TagClassName
{
border-color: #BFD1BA;
}
</style>