Shades of Surf Crest #BEE0B5
Tints of Surf Crest #BEE0B5
RGB
CMYK
RGB Variations
Color information
#BEE0B5 (or 0xBEE0B5) is known color: Surf Crest. HEX triplet: BE, E0 and B5. RGB value is (190,224,181). Sum of RGB (Red+Green+Blue) = 190+224+181=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0B5 is #411F4A. Grayscale: #D1D1D1. Windows color (decimal): -4267851 or 11919550. OLE color: 11919550.
HSL color Cylindrical-coordinate representation of color #BEE0B5: hue angle of 107.44º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEE0B5 is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 224 | 181 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.12 |
| HSL | 107.44º | 0.41% | 0.79% | - |
| HSV(B) | 107.44º | 0.19% | 0.88% | - |
| XYZ | 56.23 | 67.59 | 53.8 | - |
| YUV | 208.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 224 | 181 | 0.15 | 0 | 0.19 | 0.12 | 107.44 | 0.41 | 0.79 |
| Hex | BE | E0 | B5 | F | 0 | 13 | C | 6B | 29 | 4F |
| Octal | 276 | 340 | 265 | 17 | 0 | 23 | 14 | 153 | 51 | 117 |
| Binary | 10111110 | 11100000 | 10110101 | 1111 | 0 | 10011 | 1100 | 1101011 | 101001 | 1001111 |
Color Harmonies of #BEE0B5
Complementary color
Monochromatic Colors of #BEE0B5
Black with #BEE0B5
Text Example
Text Example
White with #BEE0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE0B5; }
p { color: rgb(190,224,181); }
H1.HeaderClassName
{
color: #BEE0B5;
}
.AnyTagClassName
{
color: #BEE0B5;
}
</style>
background-color css
<style>
a { background-color: #BEE0B5; }
a { background-color: rgb(190,224,181); }
div.DivClassName
{
background-color: #BEE0B5;
}
.BgClassName
{
background-color: #BEE0B5;
}
</style>
border-color css
<style>
span { border-color: #BEE0B5; }
span { border-color: rgb(190,224,181); }
td.TdClassName
{
border-color: #BEE0B5;
}
.TagClassName
{
border-color: #BEE0B5;
}
</style>