Shades of Surf Crest #BFD7B8
Tints of Surf Crest #BFD7B8
RGB
CMYK
RGB Variations
Color information
#BFD7B8 (or 0xBFD7B8) is known color: Surf Crest. HEX triplet: BF, D7 and B8. RGB value is (191,215,184). Sum of RGB (Red+Green+Blue) = 191+215+184=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 184 (72.27% from 255 or 31.19% from 590); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7B8 is #402847. Grayscale: #CCCCCC. Windows color (decimal): -4204616 or 12113855. OLE color: 12113855.
HSL color Cylindrical-coordinate representation of color #BFD7B8: hue angle of 106.45º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD7B8 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 184 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.16 |
| HSL | 106.45º | 0.28% | 0.78% | - |
| HSV(B) | 106.45º | 0.14% | 0.84% | - |
| XYZ | 54.44 | 63.14 | 54.67 | - |
| YUV | 204.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 184 | 0.11 | 0 | 0.14 | 0.16 | 106.45 | 0.28 | 0.78 |
| Hex | BF | D7 | B8 | B | 0 | E | 10 | 6A | 1C | 4E |
| Octal | 277 | 327 | 270 | 13 | 0 | 16 | 20 | 152 | 34 | 116 |
| Binary | 10111111 | 11010111 | 10111000 | 1011 | 0 | 1110 | 10000 | 1101010 | 11100 | 1001110 |
Color Harmonies of #BFD7B8
Complementary color
Monochromatic Colors of #BFD7B8
Black with #BFD7B8
Text Example
Text Example
White with #BFD7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD7B8; }
p { color: rgb(191,215,184); }
H1.HeaderClassName
{
color: #BFD7B8;
}
.AnyTagClassName
{
color: #BFD7B8;
}
</style>
background-color css
<style>
a { background-color: #BFD7B8; }
a { background-color: rgb(191,215,184); }
div.DivClassName
{
background-color: #BFD7B8;
}
.BgClassName
{
background-color: #BFD7B8;
}
</style>
border-color css
<style>
span { border-color: #BFD7B8; }
span { border-color: rgb(191,215,184); }
td.TdClassName
{
border-color: #BFD7B8;
}
.TagClassName
{
border-color: #BFD7B8;
}
</style>