Shades of Surf Crest #BEC9BA
Tints of Surf Crest #BEC9BA
RGB
CMYK
RGB Variations
Color information
#BEC9BA (or 0xBEC9BA) is known color: Surf Crest. HEX triplet: BE, C9 and BA. RGB value is (190,201,186). Sum of RGB (Red+Green+Blue) = 190+201+186=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 186 (73.05% from 255 or 32.24% from 577); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9BA is #413645. Grayscale: #C4C4C4. Windows color (decimal): -4273734 or 12241342. OLE color: 12241342.
HSL color Cylindrical-coordinate representation of color #BEC9BA: hue angle of 104º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC9BA is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 186 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.21 |
| HSL | 104º | 0.12% | 0.76% | - |
| HSV(B) | 104º | 0.07% | 0.79% | - |
| XYZ | 50.98 | 56.27 | 54.63 | - |
| YUV | 196 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 186 | 0.05 | 0 | 0.07 | 0.21 | 104 | 0.12 | 0.76 |
| Hex | BE | C9 | BA | 5 | 0 | 7 | 15 | 68 | C | 4C |
| Octal | 276 | 311 | 272 | 5 | 0 | 7 | 25 | 150 | 14 | 114 |
| Binary | 10111110 | 11001001 | 10111010 | 101 | 0 | 111 | 10101 | 1101000 | 1100 | 1001100 |
Color Harmonies of #BEC9BA
Complementary color
Monochromatic Colors of #BEC9BA
Black with #BEC9BA
Text Example
Text Example
White with #BEC9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9BA; }
p { color: rgb(190,201,186); }
H1.HeaderClassName
{
color: #BEC9BA;
}
.AnyTagClassName
{
color: #BEC9BA;
}
</style>
background-color css
<style>
a { background-color: #BEC9BA; }
a { background-color: rgb(190,201,186); }
div.DivClassName
{
background-color: #BEC9BA;
}
.BgClassName
{
background-color: #BEC9BA;
}
</style>
border-color css
<style>
span { border-color: #BEC9BA; }
span { border-color: rgb(190,201,186); }
td.TdClassName
{
border-color: #BEC9BA;
}
.TagClassName
{
border-color: #BEC9BA;
}
</style>