Shades of Surf Crest #BFD0BA
Tints of Surf Crest #BFD0BA
RGB
CMYK
RGB Variations
Color information
#BFD0BA (or 0xBFD0BA) is known color: Surf Crest. HEX triplet: BF, D0 and BA. RGB value is (191,208,186). Sum of RGB (Red+Green+Blue) = 191+208+186=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 208 (81.64% from 255 or 35.56% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0BA is #402F45. Grayscale: #C8C8C8. Windows color (decimal): -4206406 or 12243135. OLE color: 12243135.
HSL color Cylindrical-coordinate representation of color #BFD0BA: hue angle of 106.36º degrees, saturation: 0.19, 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 #BFD0BA is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 186 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.18 |
| HSL | 106.36º | 0.19% | 0.77% | - |
| HSV(B) | 106.36º | 0.11% | 0.82% | - |
| XYZ | 52.9 | 59.73 | 55.2 | - |
| YUV | 200.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 186 | 0.08 | 0 | 0.11 | 0.18 | 106.36 | 0.19 | 0.77 |
| Hex | BF | D0 | BA | 8 | 0 | B | 12 | 6A | 13 | 4D |
| Octal | 277 | 320 | 272 | 10 | 0 | 13 | 22 | 152 | 23 | 115 |
| Binary | 10111111 | 11010000 | 10111010 | 1000 | 0 | 1011 | 10010 | 1101010 | 10011 | 1001101 |
Color Harmonies of #BFD0BA
Complementary color
Monochromatic Colors of #BFD0BA
Black with #BFD0BA
Text Example
Text Example
White with #BFD0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0BA; }
p { color: rgb(191,208,186); }
H1.HeaderClassName
{
color: #BFD0BA;
}
.AnyTagClassName
{
color: #BFD0BA;
}
</style>
background-color css
<style>
a { background-color: #BFD0BA; }
a { background-color: rgb(191,208,186); }
div.DivClassName
{
background-color: #BFD0BA;
}
.BgClassName
{
background-color: #BFD0BA;
}
</style>
border-color css
<style>
span { border-color: #BFD0BA; }
span { border-color: rgb(191,208,186); }
td.TdClassName
{
border-color: #BFD0BA;
}
.TagClassName
{
border-color: #BFD0BA;
}
</style>