Shades of Surf Crest #BFE2BB
Tints of Surf Crest #BFE2BB
RGB
CMYK
RGB Variations
Color information
#BFE2BB (or 0xBFE2BB) is known color: Surf Crest. HEX triplet: BF, E2 and BB. RGB value is (191,226,187). Sum of RGB (Red+Green+Blue) = 191+226+187=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE2BB is #401D44. Grayscale: #D3D3D3. Windows color (decimal): -4201797 or 12313279. OLE color: 12313279.
HSL color Cylindrical-coordinate representation of color #BFE2BB: hue angle of 113.85º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE2BB is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 226 | 187 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.11 |
| HSL | 113.85º | 0.4% | 0.81% | - |
| HSV(B) | 113.85º | 0.17% | 0.89% | - |
| XYZ | 57.65 | 69.06 | 57.3 | - |
| YUV | 211.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 187 | 0.15 | 0 | 0.17 | 0.11 | 113.85 | 0.4 | 0.81 |
| Hex | BF | E2 | BB | F | 0 | 11 | B | 72 | 28 | 51 |
| Octal | 277 | 342 | 273 | 17 | 0 | 21 | 13 | 162 | 50 | 121 |
| Binary | 10111111 | 11100010 | 10111011 | 1111 | 0 | 10001 | 1011 | 1110010 | 101000 | 1010001 |
Color Harmonies of #BFE2BB
Complementary color
Monochromatic Colors of #BFE2BB
Black with #BFE2BB
Text Example
Text Example
White with #BFE2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2BB; }
p { color: rgb(191,226,187); }
H1.HeaderClassName
{
color: #BFE2BB;
}
.AnyTagClassName
{
color: #BFE2BB;
}
</style>
background-color css
<style>
a { background-color: #BFE2BB; }
a { background-color: rgb(191,226,187); }
div.DivClassName
{
background-color: #BFE2BB;
}
.BgClassName
{
background-color: #BFE2BB;
}
</style>
border-color css
<style>
span { border-color: #BFE2BB; }
span { border-color: rgb(191,226,187); }
td.TdClassName
{
border-color: #BFE2BB;
}
.TagClassName
{
border-color: #BFE2BB;
}
</style>