Shades of Surf Crest #BFE0BB
Tints of Surf Crest #BFE0BB
RGB
CMYK
RGB Variations
Color information
#BFE0BB (or 0xBFE0BB) is known color: Surf Crest. HEX triplet: BF, E0 and BB. RGB value is (191,224,187). Sum of RGB (Red+Green+Blue) = 191+224+187=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE0BB is #401F44. Grayscale: #D2D2D2. Windows color (decimal): -4202309 or 12312767. OLE color: 12312767.
HSL color Cylindrical-coordinate representation of color #BFE0BB: hue angle of 113.51º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE0BB is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 224 | 187 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.12 |
| HSL | 113.51º | 0.37% | 0.81% | - |
| HSV(B) | 113.51º | 0.17% | 0.88% | - |
| XYZ | 57.11 | 67.98 | 57.12 | - |
| YUV | 209.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 187 | 0.15 | 0 | 0.17 | 0.12 | 113.51 | 0.37 | 0.81 |
| Hex | BF | E0 | BB | F | 0 | 11 | C | 72 | 25 | 51 |
| Octal | 277 | 340 | 273 | 17 | 0 | 21 | 14 | 162 | 45 | 121 |
| Binary | 10111111 | 11100000 | 10111011 | 1111 | 0 | 10001 | 1100 | 1110010 | 100101 | 1010001 |
Color Harmonies of #BFE0BB
Complementary color
Monochromatic Colors of #BFE0BB
Black with #BFE0BB
Text Example
Text Example
White with #BFE0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE0BB; }
p { color: rgb(191,224,187); }
H1.HeaderClassName
{
color: #BFE0BB;
}
.AnyTagClassName
{
color: #BFE0BB;
}
</style>
background-color css
<style>
a { background-color: #BFE0BB; }
a { background-color: rgb(191,224,187); }
div.DivClassName
{
background-color: #BFE0BB;
}
.BgClassName
{
background-color: #BFE0BB;
}
</style>
border-color css
<style>
span { border-color: #BFE0BB; }
span { border-color: rgb(191,224,187); }
td.TdClassName
{
border-color: #BFE0BB;
}
.TagClassName
{
border-color: #BFE0BB;
}
</style>