Shades of Surf #BEE1BC
Tints of Surf #BEE1BC
RGB
CMYK
RGB Variations
Color information
#BEE1BC (or 0xBEE1BC) is known color: Surf. HEX triplet: BE, E1 and BC. RGB value is (190,225,188). Sum of RGB (Red+Green+Blue) = 190+225+188=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1BC is #411E43. Grayscale: #D2D2D2. Windows color (decimal): -4267588 or 12378558. OLE color: 12378558.
HSL color Cylindrical-coordinate representation of color #BEE1BC: hue angle of 116.76º degrees, saturation: 0.38, 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 #BEE1BC is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 190 | 225 | 188 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.12 |
| HSL | 116.76º | 0.38% | 0.81% | - |
| HSV(B) | 116.76º | 0.16% | 0.88% | - |
| XYZ | 57.24 | 68.43 | 57.77 | - |
| YUV | 210.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 225 | 188 | 0.16 | 0 | 0.16 | 0.12 | 116.76 | 0.38 | 0.81 |
| Hex | BE | E1 | BC | 10 | 0 | 10 | C | 75 | 26 | 51 |
| Octal | 276 | 341 | 274 | 20 | 0 | 20 | 14 | 165 | 46 | 121 |
| Binary | 10111110 | 11100001 | 10111100 | 10000 | 0 | 10000 | 1100 | 1110101 | 100110 | 1010001 |
Color Harmonies of #BEE1BC
Complementary color
Monochromatic Colors of #BEE1BC
Black with #BEE1BC
Text Example
Text Example
White with #BEE1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEE1BC; }
p { color: rgb(190,225,188); }
H1.HeaderClassName
{
color: #BEE1BC;
}
.AnyTagClassName
{
color: #BEE1BC;
}
</style>
background-color css
<style>
a { background-color: #BEE1BC; }
a { background-color: rgb(190,225,188); }
div.DivClassName
{
background-color: #BEE1BC;
}
.BgClassName
{
background-color: #BEE1BC;
}
</style>
border-color css
<style>
span { border-color: #BEE1BC; }
span { border-color: rgb(190,225,188); }
td.TdClassName
{
border-color: #BEE1BC;
}
.TagClassName
{
border-color: #BEE1BC;
}
</style>