Shades of Surf Crest #BEE0BB
Tints of Surf Crest #BEE0BB
RGB
CMYK
RGB Variations
Color information
#BEE0BB (or 0xBEE0BB) is known color: Surf Crest. HEX triplet: BE, E0 and BB. RGB value is (190,224,187). Sum of RGB (Red+Green+Blue) = 190+224+187=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0BB is #411F44. Grayscale: #D1D1D1. Windows color (decimal): -4267845 or 12312766. OLE color: 12312766.
HSL color Cylindrical-coordinate representation of color #BEE0BB: hue angle of 115.14º 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 #BEE0BB is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 187 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.12 |
| HSL | 115.14º | 0.37% | 0.81% | - |
| HSV(B) | 115.14º | 0.17% | 0.88% | - |
| XYZ | 56.86 | 67.85 | 57.11 | - |
| YUV | 209.62 | 115.24 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 187 | 0.15 | 0 | 0.17 | 0.12 | 115.14 | 0.37 | 0.81 |
| Hex | BE | E0 | BB | F | 0 | 11 | C | 73 | 25 | 51 |
| Octal | 276 | 340 | 273 | 17 | 0 | 21 | 14 | 163 | 45 | 121 |
| Binary | 10111110 | 11100000 | 10111011 | 1111 | 0 | 10001 | 1100 | 1110011 | 100101 | 1010001 |
Color Harmonies of #BEE0BB
Complementary color
Monochromatic Colors of #BEE0BB
Black with #BEE0BB
Text Example
Text Example
White with #BEE0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0BB; }
p { color: rgb(190,224,187); }
H1.HeaderClassName
{
color: #BEE0BB;
}
.AnyTagClassName
{
color: #BEE0BB;
}
</style>
background-color css
<style>
a { background-color: #BEE0BB; }
a { background-color: rgb(190,224,187); }
div.DivClassName
{
background-color: #BEE0BB;
}
.BgClassName
{
background-color: #BEE0BB;
}
</style>
border-color css
<style>
span { border-color: #BEE0BB; }
span { border-color: rgb(190,224,187); }
td.TdClassName
{
border-color: #BEE0BB;
}
.TagClassName
{
border-color: #BEE0BB;
}
</style>