Shades of Surf Crest #BFD4BB
Tints of Surf Crest #BFD4BB
RGB
CMYK
RGB Variations
Color information
#BFD4BB (or 0xBFD4BB) is known color: Surf Crest. HEX triplet: BF, D4 and BB. RGB value is (191,212,187). Sum of RGB (Red+Green+Blue) = 191+212+187=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD4BB is #402B44. Grayscale: #CACACA. Windows color (decimal): -4205381 or 12309695. OLE color: 12309695.
HSL color Cylindrical-coordinate representation of color #BFD4BB: hue angle of 110.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD4BB is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 212 | 187 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.17 |
| HSL | 110.4º | 0.23% | 0.78% | - |
| HSV(B) | 110.4º | 0.12% | 0.83% | - |
| XYZ | 54 | 61.75 | 56.09 | - |
| YUV | 202.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 212 | 187 | 0.10 | 0 | 0.12 | 0.17 | 110.4 | 0.23 | 0.78 |
| Hex | BF | D4 | BB | A | 0 | C | 11 | 6E | 17 | 4E |
| Octal | 277 | 324 | 273 | 12 | 0 | 14 | 21 | 156 | 27 | 116 |
| Binary | 10111111 | 11010100 | 10111011 | 1010 | 0 | 1100 | 10001 | 1101110 | 10111 | 1001110 |
Color Harmonies of #BFD4BB
Complementary color
Monochromatic Colors of #BFD4BB
Black with #BFD4BB
Text Example
Text Example
White with #BFD4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD4BB; }
p { color: rgb(191,212,187); }
H1.HeaderClassName
{
color: #BFD4BB;
}
.AnyTagClassName
{
color: #BFD4BB;
}
</style>
background-color css
<style>
a { background-color: #BFD4BB; }
a { background-color: rgb(191,212,187); }
div.DivClassName
{
background-color: #BFD4BB;
}
.BgClassName
{
background-color: #BFD4BB;
}
</style>
border-color css
<style>
span { border-color: #BFD4BB; }
span { border-color: rgb(191,212,187); }
td.TdClassName
{
border-color: #BFD4BB;
}
.TagClassName
{
border-color: #BFD4BB;
}
</style>