Shades of Surf Crest #BFE4BB
Tints of Surf Crest #BFE4BB
RGB
CMYK
RGB Variations
Color information
#BFE4BB (or 0xBFE4BB) is known color: Surf Crest. HEX triplet: BF, E4 and BB. RGB value is (191,228,187). Sum of RGB (Red+Green+Blue) = 191+228+187=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE4BB is #401B44. Grayscale: #D4D4D4. Windows color (decimal): -4201285 or 12313791. OLE color: 12313791.
HSL color Cylindrical-coordinate representation of color #BFE4BB: hue angle of 114.15º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFE4BB is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 228 | 187 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.11 |
| HSL | 114.15º | 0.43% | 0.81% | - |
| HSV(B) | 114.15º | 0.18% | 0.89% | - |
| XYZ | 58.2 | 70.15 | 57.49 | - |
| YUV | 212.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 187 | 0.16 | 0 | 0.18 | 0.11 | 114.15 | 0.43 | 0.81 |
| Hex | BF | E4 | BB | 10 | 0 | 12 | B | 72 | 2B | 51 |
| Octal | 277 | 344 | 273 | 20 | 0 | 22 | 13 | 162 | 53 | 121 |
| Binary | 10111111 | 11100100 | 10111011 | 10000 | 0 | 10010 | 1011 | 1110010 | 101011 | 1010001 |
Color Harmonies of #BFE4BB
Complementary color
Monochromatic Colors of #BFE4BB
Black with #BFE4BB
Text Example
Text Example
White with #BFE4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE4BB; }
p { color: rgb(191,228,187); }
H1.HeaderClassName
{
color: #BFE4BB;
}
.AnyTagClassName
{
color: #BFE4BB;
}
</style>
background-color css
<style>
a { background-color: #BFE4BB; }
a { background-color: rgb(191,228,187); }
div.DivClassName
{
background-color: #BFE4BB;
}
.BgClassName
{
background-color: #BFE4BB;
}
</style>
border-color css
<style>
span { border-color: #BFE4BB; }
span { border-color: rgb(191,228,187); }
td.TdClassName
{
border-color: #BFE4BB;
}
.TagClassName
{
border-color: #BFE4BB;
}
</style>