Shades of Surf Crest #BFD7B2
Tints of Surf Crest #BFD7B2
RGB
CMYK
RGB Variations
Color information
#BFD7B2 (or 0xBFD7B2) is known color: Surf Crest. HEX triplet: BF, D7 and B2. RGB value is (191,215,178). Sum of RGB (Red+Green+Blue) = 191+215+178=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 215 (84.38% from 255 or 36.82% from 584); Blue value is 178 (69.92% from 255 or 30.48% from 584); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD7B2 is #40284D. Grayscale: #CBCBCB. Windows color (decimal): -4204622 or 11720639. OLE color: 11720639.
HSL color Cylindrical-coordinate representation of color #BFD7B2: hue angle of 98.92º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFD7B2 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 178 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.16 |
| HSL | 98.92º | 0.32% | 0.77% | - |
| HSV(B) | 98.92º | 0.17% | 0.84% | - |
| XYZ | 53.82 | 62.89 | 51.42 | - |
| YUV | 203.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 178 | 0.11 | 0 | 0.17 | 0.16 | 98.92 | 0.32 | 0.77 |
| Hex | BF | D7 | B2 | B | 0 | 11 | 10 | 63 | 20 | 4D |
| Octal | 277 | 327 | 262 | 13 | 0 | 21 | 20 | 143 | 40 | 115 |
| Binary | 10111111 | 11010111 | 10110010 | 1011 | 0 | 10001 | 10000 | 1100011 | 100000 | 1001101 |
Color Harmonies of #BFD7B2
Complementary color
Monochromatic Colors of #BFD7B2
Black with #BFD7B2
Text Example
Text Example
White with #BFD7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD7B2; }
p { color: rgb(191,215,178); }
H1.HeaderClassName
{
color: #BFD7B2;
}
.AnyTagClassName
{
color: #BFD7B2;
}
</style>
background-color css
<style>
a { background-color: #BFD7B2; }
a { background-color: rgb(191,215,178); }
div.DivClassName
{
background-color: #BFD7B2;
}
.BgClassName
{
background-color: #BFD7B2;
}
</style>
border-color css
<style>
span { border-color: #BFD7B2; }
span { border-color: rgb(191,215,178); }
td.TdClassName
{
border-color: #BFD7B2;
}
.TagClassName
{
border-color: #BFD7B2;
}
</style>