Shades of Surf Crest #BEE5BA
Tints of Surf Crest #BEE5BA
RGB
CMYK
RGB Variations
Color information
#BEE5BA (or 0xBEE5BA) is known color: Surf Crest. HEX triplet: BE, E5 and BA. RGB value is (190,229,186). Sum of RGB (Red+Green+Blue) = 190+229+186=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE5BA is #411A45. Grayscale: #D4D4D4. Windows color (decimal): -4266566 or 12248510. OLE color: 12248510.
HSL color Cylindrical-coordinate representation of color #BEE5BA: hue angle of 114.42º degrees, saturation: 0.45, 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 #BEE5BA is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 190 | 229 | 186 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.10 |
| HSL | 114.42º | 0.45% | 0.81% | - |
| HSV(B) | 114.42º | 0.19% | 0.9% | - |
| XYZ | 58.12 | 70.53 | 57.01 | - |
| YUV | 212.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 229 | 186 | 0.17 | 0 | 0.19 | 0.10 | 114.42 | 0.45 | 0.81 |
| Hex | BE | E5 | BA | 11 | 0 | 13 | A | 72 | 2D | 51 |
| Octal | 276 | 345 | 272 | 21 | 0 | 23 | 12 | 162 | 55 | 121 |
| Binary | 10111110 | 11100101 | 10111010 | 10001 | 0 | 10011 | 1010 | 1110010 | 101101 | 1010001 |
Color Harmonies of #BEE5BA
Complementary color
Monochromatic Colors of #BEE5BA
Black with #BEE5BA
Text Example
Text Example
White with #BEE5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE5BA; }
p { color: rgb(190,229,186); }
H1.HeaderClassName
{
color: #BEE5BA;
}
.AnyTagClassName
{
color: #BEE5BA;
}
</style>
background-color css
<style>
a { background-color: #BEE5BA; }
a { background-color: rgb(190,229,186); }
div.DivClassName
{
background-color: #BEE5BA;
}
.BgClassName
{
background-color: #BEE5BA;
}
</style>
border-color css
<style>
span { border-color: #BEE5BA; }
span { border-color: rgb(190,229,186); }
td.TdClassName
{
border-color: #BEE5BA;
}
.TagClassName
{
border-color: #BEE5BA;
}
</style>