Shades of Surf Crest #BFE7BC
Tints of Surf Crest #BFE7BC
RGB
CMYK
RGB Variations
Color information
#BFE7BC (or 0xBFE7BC) is known color: Surf Crest. HEX triplet: BF, E7 and BC. RGB value is (191,231,188). Sum of RGB (Red+Green+Blue) = 191+231+188=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7BC is #401843. Grayscale: #D6D6D6. Windows color (decimal): -4200516 or 12380095. OLE color: 12380095.
HSL color Cylindrical-coordinate representation of color #BFE7BC: hue angle of 115.81º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFE7BC is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 231 | 188 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.09 |
| HSL | 115.81º | 0.47% | 0.82% | - |
| HSV(B) | 115.81º | 0.19% | 0.91% | - |
| XYZ | 59.14 | 71.86 | 58.33 | - |
| YUV | 214.14 | 113.25 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 231 | 188 | 0.17 | 0 | 0.19 | 0.09 | 115.81 | 0.47 | 0.82 |
| Hex | BF | E7 | BC | 11 | 0 | 13 | 9 | 74 | 2F | 52 |
| Octal | 277 | 347 | 274 | 21 | 0 | 23 | 11 | 164 | 57 | 122 |
| Binary | 10111111 | 11100111 | 10111100 | 10001 | 0 | 10011 | 1001 | 1110100 | 101111 | 1010010 |
Color Harmonies of #BFE7BC
Complementary color
Monochromatic Colors of #BFE7BC
Black with #BFE7BC
Text Example
Text Example
White with #BFE7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE7BC; }
p { color: rgb(191,231,188); }
H1.HeaderClassName
{
color: #BFE7BC;
}
.AnyTagClassName
{
color: #BFE7BC;
}
</style>
background-color css
<style>
a { background-color: #BFE7BC; }
a { background-color: rgb(191,231,188); }
div.DivClassName
{
background-color: #BFE7BC;
}
.BgClassName
{
background-color: #BFE7BC;
}
</style>
border-color css
<style>
span { border-color: #BFE7BC; }
span { border-color: rgb(191,231,188); }
td.TdClassName
{
border-color: #BFE7BC;
}
.TagClassName
{
border-color: #BFE7BC;
}
</style>