Shades of Surf Crest #BEE9BA
Tints of Surf Crest #BEE9BA
RGB
CMYK
RGB Variations
Color information
#BEE9BA (or 0xBEE9BA) is known color: Surf Crest. HEX triplet: BE, E9 and BA. RGB value is (190,233,186). Sum of RGB (Red+Green+Blue) = 190+233+186=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #BEE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEE9BA is #411645. Grayscale: #D6D6D6. Windows color (decimal): -4265542 or 12249534. OLE color: 12249534.
HSL color Cylindrical-coordinate representation of color #BEE9BA: hue angle of 114.89º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEE9BA is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 190 | 233 | 186 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.09 |
| HSL | 114.89º | 0.52% | 0.82% | - |
| HSV(B) | 114.89º | 0.2% | 0.91% | - |
| XYZ | 59.24 | 72.77 | 57.38 | - |
| YUV | 214.79 | 111.75 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 233 | 186 | 0.18 | 0 | 0.20 | 0.09 | 114.89 | 0.52 | 0.82 |
| Hex | BE | E9 | BA | 12 | 0 | 14 | 9 | 73 | 34 | 52 |
| Octal | 276 | 351 | 272 | 22 | 0 | 24 | 11 | 163 | 64 | 122 |
| Binary | 10111110 | 11101001 | 10111010 | 10010 | 0 | 10100 | 1001 | 1110011 | 110100 | 1010010 |
Color Harmonies of #BEE9BA
Complementary color
Monochromatic Colors of #BEE9BA
Black with #BEE9BA
Text Example
Text Example
White with #BEE9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE9BA; }
p { color: rgb(190,233,186); }
H1.HeaderClassName
{
color: #BEE9BA;
}
.AnyTagClassName
{
color: #BEE9BA;
}
</style>
background-color css
<style>
a { background-color: #BEE9BA; }
a { background-color: rgb(190,233,186); }
div.DivClassName
{
background-color: #BEE9BA;
}
.BgClassName
{
background-color: #BEE9BA;
}
</style>
border-color css
<style>
span { border-color: #BEE9BA; }
span { border-color: rgb(190,233,186); }
td.TdClassName
{
border-color: #BEE9BA;
}
.TagClassName
{
border-color: #BEE9BA;
}
</style>