Shades of Surf Crest #BEE0BC
Tints of Surf Crest #BEE0BC
RGB
CMYK
RGB Variations
Color information
#BEE0BC (or 0xBEE0BC) is known color: Surf Crest. HEX triplet: BE, E0 and BC. RGB value is (190,224,188). Sum of RGB (Red+Green+Blue) = 190+224+188=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0BC is #411F43. Grayscale: #D1D1D1. Windows color (decimal): -4267844 or 12378302. OLE color: 12378302.
HSL color Cylindrical-coordinate representation of color #BEE0BC: hue angle of 116.67º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE0BC is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 188 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.12 |
| HSL | 116.67º | 0.37% | 0.81% | - |
| HSV(B) | 116.67º | 0.16% | 0.88% | - |
| XYZ | 56.97 | 67.89 | 57.68 | - |
| YUV | 209.73 | 115.74 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 188 | 0.15 | 0 | 0.16 | 0.12 | 116.67 | 0.37 | 0.81 |
| Hex | BE | E0 | BC | F | 0 | 10 | C | 75 | 25 | 51 |
| Octal | 276 | 340 | 274 | 17 | 0 | 20 | 14 | 165 | 45 | 121 |
| Binary | 10111110 | 11100000 | 10111100 | 1111 | 0 | 10000 | 1100 | 1110101 | 100101 | 1010001 |
Color Harmonies of #BEE0BC
Complementary color
Monochromatic Colors of #BEE0BC
Black with #BEE0BC
Text Example
Text Example
White with #BEE0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0BC; }
p { color: rgb(190,224,188); }
H1.HeaderClassName
{
color: #BEE0BC;
}
.AnyTagClassName
{
color: #BEE0BC;
}
</style>
background-color css
<style>
a { background-color: #BEE0BC; }
a { background-color: rgb(190,224,188); }
div.DivClassName
{
background-color: #BEE0BC;
}
.BgClassName
{
background-color: #BEE0BC;
}
</style>
border-color css
<style>
span { border-color: #BEE0BC; }
span { border-color: rgb(190,224,188); }
td.TdClassName
{
border-color: #BEE0BC;
}
.TagClassName
{
border-color: #BEE0BC;
}
</style>