Shades of Surf Crest #BFE9BB
Tints of Surf Crest #BFE9BB
RGB
CMYK
RGB Variations
Color information
#BFE9BB (or 0xBFE9BB) is known color: Surf Crest. HEX triplet: BF, E9 and BB. RGB value is (191,233,187). Sum of RGB (Red+Green+Blue) = 191+233+187=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE9BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE9BB is #401644. Grayscale: #D7D7D7. Windows color (decimal): -4200005 or 12315071. OLE color: 12315071.
HSL color Cylindrical-coordinate representation of color #BFE9BB: hue angle of 114.78º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE9BB is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 187 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.09 |
| HSL | 114.78º | 0.51% | 0.82% | - |
| HSV(B) | 114.78º | 0.2% | 0.91% | - |
| XYZ | 59.59 | 72.94 | 57.95 | - |
| YUV | 215.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 187 | 0.18 | 0 | 0.20 | 0.09 | 114.78 | 0.51 | 0.82 |
| Hex | BF | E9 | BB | 12 | 0 | 14 | 9 | 73 | 33 | 52 |
| Octal | 277 | 351 | 273 | 22 | 0 | 24 | 11 | 163 | 63 | 122 |
| Binary | 10111111 | 11101001 | 10111011 | 10010 | 0 | 10100 | 1001 | 1110011 | 110011 | 1010010 |
Color Harmonies of #BFE9BB
Complementary color
Monochromatic Colors of #BFE9BB
Black with #BFE9BB
Text Example
Text Example
White with #BFE9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE9BB; }
p { color: rgb(191,233,187); }
H1.HeaderClassName
{
color: #BFE9BB;
}
.AnyTagClassName
{
color: #BFE9BB;
}
</style>
background-color css
<style>
a { background-color: #BFE9BB; }
a { background-color: rgb(191,233,187); }
div.DivClassName
{
background-color: #BFE9BB;
}
.BgClassName
{
background-color: #BFE9BB;
}
</style>
border-color css
<style>
span { border-color: #BFE9BB; }
span { border-color: rgb(191,233,187); }
td.TdClassName
{
border-color: #BFE9BB;
}
.TagClassName
{
border-color: #BFE9BB;
}
</style>