Shades of Surf Crest #BFE9BA
Tints of Surf Crest #BFE9BA
RGB
CMYK
RGB Variations
Color information
#BFE9BA (or 0xBFE9BA) is known color: Surf Crest. HEX triplet: BF, E9 and BA. RGB value is (191,233,186). Sum of RGB (Red+Green+Blue) = 191+233+186=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 233 - color contains mainly: green. Hex color #BFE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE9BA is #401645. Grayscale: #D7D7D7. Windows color (decimal): -4200006 or 12249535. OLE color: 12249535.
HSL color Cylindrical-coordinate representation of color #BFE9BA: hue angle of 113.62º degrees, saturation: 0.52, 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 #BFE9BA is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 233 | 186 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.09 |
| HSL | 113.62º | 0.52% | 0.82% | - |
| HSV(B) | 113.62º | 0.2% | 0.91% | - |
| XYZ | 59.49 | 72.9 | 57.39 | - |
| YUV | 215.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 233 | 186 | 0.18 | 0 | 0.20 | 0.09 | 113.62 | 0.52 | 0.82 |
| Hex | BF | E9 | BA | 12 | 0 | 14 | 9 | 72 | 34 | 52 |
| Octal | 277 | 351 | 272 | 22 | 0 | 24 | 11 | 162 | 64 | 122 |
| Binary | 10111111 | 11101001 | 10111010 | 10010 | 0 | 10100 | 1001 | 1110010 | 110100 | 1010010 |
Color Harmonies of #BFE9BA
Complementary color
Monochromatic Colors of #BFE9BA
Black with #BFE9BA
Text Example
Text Example
White with #BFE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE9BA; }
p { color: rgb(191,233,186); }
H1.HeaderClassName
{
color: #BFE9BA;
}
.AnyTagClassName
{
color: #BFE9BA;
}
</style>
background-color css
<style>
a { background-color: #BFE9BA; }
a { background-color: rgb(191,233,186); }
div.DivClassName
{
background-color: #BFE9BA;
}
.BgClassName
{
background-color: #BFE9BA;
}
</style>
border-color css
<style>
span { border-color: #BFE9BA; }
span { border-color: rgb(191,233,186); }
td.TdClassName
{
border-color: #BFE9BA;
}
.TagClassName
{
border-color: #BFE9BA;
}
</style>