Shades of Surf Crest #BFD1BB
Tints of Surf Crest #BFD1BB
RGB
CMYK
RGB Variations
Color information
#BFD1BB (or 0xBFD1BB) is known color: Surf Crest. HEX triplet: BF, D1 and BB. RGB value is (191,209,187). Sum of RGB (Red+Green+Blue) = 191+209+187=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 209 (82.03% from 255 or 35.60% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1BB is #402E44. Grayscale: #C9C9C9. Windows color (decimal): -4206149 or 12308927. OLE color: 12308927.
HSL color Cylindrical-coordinate representation of color #BFD1BB: hue angle of 109.09º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD1BB is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 187 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.18 |
| HSL | 109.09º | 0.19% | 0.78% | - |
| HSV(B) | 109.09º | 0.11% | 0.82% | - |
| XYZ | 53.26 | 60.27 | 55.84 | - |
| YUV | 201.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 187 | 0.09 | 0 | 0.11 | 0.18 | 109.09 | 0.19 | 0.78 |
| Hex | BF | D1 | BB | 9 | 0 | B | 12 | 6D | 13 | 4E |
| Octal | 277 | 321 | 273 | 11 | 0 | 13 | 22 | 155 | 23 | 116 |
| Binary | 10111111 | 11010001 | 10111011 | 1001 | 0 | 1011 | 10010 | 1101101 | 10011 | 1001110 |
Color Harmonies of #BFD1BB
Complementary color
Monochromatic Colors of #BFD1BB
Black with #BFD1BB
Text Example
Text Example
White with #BFD1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1BB; }
p { color: rgb(191,209,187); }
H1.HeaderClassName
{
color: #BFD1BB;
}
.AnyTagClassName
{
color: #BFD1BB;
}
</style>
background-color css
<style>
a { background-color: #BFD1BB; }
a { background-color: rgb(191,209,187); }
div.DivClassName
{
background-color: #BFD1BB;
}
.BgClassName
{
background-color: #BFD1BB;
}
</style>
border-color css
<style>
span { border-color: #BFD1BB; }
span { border-color: rgb(191,209,187); }
td.TdClassName
{
border-color: #BFD1BB;
}
.TagClassName
{
border-color: #BFD1BB;
}
</style>