Shades of Surf Crest #BEE1BA
Tints of Surf Crest #BEE1BA
RGB
CMYK
RGB Variations
Color information
#BEE1BA (or 0xBEE1BA) is known color: Surf Crest. HEX triplet: BE, E1 and BA. RGB value is (190,225,186). Sum of RGB (Red+Green+Blue) = 190+225+186=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1BA is #411E45. Grayscale: #D2D2D2. Windows color (decimal): -4267590 or 12247486. OLE color: 12247486.
HSL color Cylindrical-coordinate representation of color #BEE1BA: hue angle of 113.85º degrees, saturation: 0.39, 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 #BEE1BA is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 186 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.12 |
| HSL | 113.85º | 0.39% | 0.81% | - |
| HSV(B) | 113.85º | 0.17% | 0.88% | - |
| XYZ | 57.02 | 68.34 | 56.64 | - |
| YUV | 210.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 186 | 0.16 | 0 | 0.17 | 0.12 | 113.85 | 0.39 | 0.81 |
| Hex | BE | E1 | BA | 10 | 0 | 11 | C | 72 | 27 | 51 |
| Octal | 276 | 341 | 272 | 20 | 0 | 21 | 14 | 162 | 47 | 121 |
| Binary | 10111110 | 11100001 | 10111010 | 10000 | 0 | 10001 | 1100 | 1110010 | 100111 | 1010001 |
Color Harmonies of #BEE1BA
Complementary color
Monochromatic Colors of #BEE1BA
Black with #BEE1BA
Text Example
Text Example
White with #BEE1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1BA; }
p { color: rgb(190,225,186); }
H1.HeaderClassName
{
color: #BEE1BA;
}
.AnyTagClassName
{
color: #BEE1BA;
}
</style>
background-color css
<style>
a { background-color: #BEE1BA; }
a { background-color: rgb(190,225,186); }
div.DivClassName
{
background-color: #BEE1BA;
}
.BgClassName
{
background-color: #BEE1BA;
}
</style>
border-color css
<style>
span { border-color: #BEE1BA; }
span { border-color: rgb(190,225,186); }
td.TdClassName
{
border-color: #BEE1BA;
}
.TagClassName
{
border-color: #BEE1BA;
}
</style>