Shades of Surf Crest #BFD6BB
Tints of Surf Crest #BFD6BB
RGB
CMYK
RGB Variations
Color information
#BFD6BB (or 0xBFD6BB) is known color: Surf Crest. HEX triplet: BF, D6 and BB. RGB value is (191,214,187). Sum of RGB (Red+Green+Blue) = 191+214+187=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 214 (83.98% from 255 or 36.15% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6BB is #402944. Grayscale: #CCCCCC. Windows color (decimal): -4204869 or 12310207. OLE color: 12310207.
HSL color Cylindrical-coordinate representation of color #BFD6BB: hue angle of 111.11º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFD6BB is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 187 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.16 |
| HSL | 111.11º | 0.25% | 0.79% | - |
| HSV(B) | 111.11º | 0.13% | 0.84% | - |
| XYZ | 54.5 | 62.76 | 56.25 | - |
| YUV | 204.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 187 | 0.11 | 0 | 0.13 | 0.16 | 111.11 | 0.25 | 0.79 |
| Hex | BF | D6 | BB | B | 0 | D | 10 | 6F | 19 | 4F |
| Octal | 277 | 326 | 273 | 13 | 0 | 15 | 20 | 157 | 31 | 117 |
| Binary | 10111111 | 11010110 | 10111011 | 1011 | 0 | 1101 | 10000 | 1101111 | 11001 | 1001111 |
Color Harmonies of #BFD6BB
Complementary color
Monochromatic Colors of #BFD6BB
Black with #BFD6BB
Text Example
Text Example
White with #BFD6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD6BB; }
p { color: rgb(191,214,187); }
H1.HeaderClassName
{
color: #BFD6BB;
}
.AnyTagClassName
{
color: #BFD6BB;
}
</style>
background-color css
<style>
a { background-color: #BFD6BB; }
a { background-color: rgb(191,214,187); }
div.DivClassName
{
background-color: #BFD6BB;
}
.BgClassName
{
background-color: #BFD6BB;
}
</style>
border-color css
<style>
span { border-color: #BFD6BB; }
span { border-color: rgb(191,214,187); }
td.TdClassName
{
border-color: #BFD6BB;
}
.TagClassName
{
border-color: #BFD6BB;
}
</style>