Shades of Surf Crest #BEE5B9
Tints of Surf Crest #BEE5B9
RGB
CMYK
RGB Variations
Color information
#BEE5B9 (or 0xBEE5B9) is known color: Surf Crest. HEX triplet: BE, E5 and B9. RGB value is (190,229,185). Sum of RGB (Red+Green+Blue) = 190+229+185=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 185 (72.66% from 255 or 30.63% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE5B9 is #411A46. Grayscale: #D4D4D4. Windows color (decimal): -4266567 or 12182974. OLE color: 12182974.
HSL color Cylindrical-coordinate representation of color #BEE5B9: hue angle of 113.18º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE5B9 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 185 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.10 |
| HSL | 113.18º | 0.46% | 0.81% | - |
| HSV(B) | 113.18º | 0.19% | 0.9% | - |
| XYZ | 58.01 | 70.49 | 56.45 | - |
| YUV | 212.32 | 112.58 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 185 | 0.17 | 0 | 0.19 | 0.10 | 113.18 | 0.46 | 0.81 |
| Hex | BE | E5 | B9 | 11 | 0 | 13 | A | 71 | 2E | 51 |
| Octal | 276 | 345 | 271 | 21 | 0 | 23 | 12 | 161 | 56 | 121 |
| Binary | 10111110 | 11100101 | 10111001 | 10001 | 0 | 10011 | 1010 | 1110001 | 101110 | 1010001 |
Color Harmonies of #BEE5B9
Complementary color
Monochromatic Colors of #BEE5B9
Black with #BEE5B9
Text Example
Text Example
White with #BEE5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE5B9; }
p { color: rgb(190,229,185); }
H1.HeaderClassName
{
color: #BEE5B9;
}
.AnyTagClassName
{
color: #BEE5B9;
}
</style>
background-color css
<style>
a { background-color: #BEE5B9; }
a { background-color: rgb(190,229,185); }
div.DivClassName
{
background-color: #BEE5B9;
}
.BgClassName
{
background-color: #BEE5B9;
}
</style>
border-color css
<style>
span { border-color: #BEE5B9; }
span { border-color: rgb(190,229,185); }
td.TdClassName
{
border-color: #BEE5B9;
}
.TagClassName
{
border-color: #BEE5B9;
}
</style>