Shades of Surf Crest #BFE4B8
Tints of Surf Crest #BFE4B8
RGB
CMYK
RGB Variations
Color information
#BFE4B8 (or 0xBFE4B8) is known color: Surf Crest. HEX triplet: BF, E4 and B8. RGB value is (191,228,184). Sum of RGB (Red+Green+Blue) = 191+228+184=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 184 (72.27% from 255 or 30.51% from 603); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4B8 is #401B47. Grayscale: #D4D4D4. Windows color (decimal): -4201288 or 12117183. OLE color: 12117183.
HSL color Cylindrical-coordinate representation of color #BFE4B8: hue angle of 110.45º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFE4B8 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 184 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.11 |
| HSL | 110.45º | 0.45% | 0.81% | - |
| HSV(B) | 110.45º | 0.19% | 0.89% | - |
| XYZ | 57.88 | 70.02 | 55.81 | - |
| YUV | 211.92 | 112.24 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 184 | 0.16 | 0 | 0.19 | 0.11 | 110.45 | 0.45 | 0.81 |
| Hex | BF | E4 | B8 | 10 | 0 | 13 | B | 6E | 2D | 51 |
| Octal | 277 | 344 | 270 | 20 | 0 | 23 | 13 | 156 | 55 | 121 |
| Binary | 10111111 | 11100100 | 10111000 | 10000 | 0 | 10011 | 1011 | 1101110 | 101101 | 1010001 |
Color Harmonies of #BFE4B8
Complementary color
Monochromatic Colors of #BFE4B8
Black with #BFE4B8
Text Example
Text Example
White with #BFE4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE4B8; }
p { color: rgb(191,228,184); }
H1.HeaderClassName
{
color: #BFE4B8;
}
.AnyTagClassName
{
color: #BFE4B8;
}
</style>
background-color css
<style>
a { background-color: #BFE4B8; }
a { background-color: rgb(191,228,184); }
div.DivClassName
{
background-color: #BFE4B8;
}
.BgClassName
{
background-color: #BFE4B8;
}
</style>
border-color css
<style>
span { border-color: #BFE4B8; }
span { border-color: rgb(191,228,184); }
td.TdClassName
{
border-color: #BFE4B8;
}
.TagClassName
{
border-color: #BFE4B8;
}
</style>