Shades of Surf Crest #BEC8BA
Tints of Surf Crest #BEC8BA
RGB
CMYK
RGB Variations
Color information
#BEC8BA (or 0xBEC8BA) is known color: Surf Crest. HEX triplet: BE, C8 and BA. RGB value is (190,200,186). Sum of RGB (Red+Green+Blue) = 190+200+186=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8BA is #413745. Grayscale: #C3C3C3. Windows color (decimal): -4273990 or 12241086. OLE color: 12241086.
HSL color Cylindrical-coordinate representation of color #BEC8BA: hue angle of 102.86º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC8BA is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 186 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.22 |
| HSL | 102.86º | 0.11% | 0.76% | - |
| HSV(B) | 102.86º | 0.07% | 0.78% | - |
| XYZ | 50.75 | 55.8 | 54.55 | - |
| YUV | 195.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 186 | 0.05 | 0 | 0.07 | 0.22 | 102.86 | 0.11 | 0.76 |
| Hex | BE | C8 | BA | 5 | 0 | 7 | 16 | 67 | B | 4C |
| Octal | 276 | 310 | 272 | 5 | 0 | 7 | 26 | 147 | 13 | 114 |
| Binary | 10111110 | 11001000 | 10111010 | 101 | 0 | 111 | 10110 | 1100111 | 1011 | 1001100 |
Color Harmonies of #BEC8BA
Complementary color
Monochromatic Colors of #BEC8BA
Black with #BEC8BA
Text Example
Text Example
White with #BEC8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8BA; }
p { color: rgb(190,200,186); }
H1.HeaderClassName
{
color: #BEC8BA;
}
.AnyTagClassName
{
color: #BEC8BA;
}
</style>
background-color css
<style>
a { background-color: #BEC8BA; }
a { background-color: rgb(190,200,186); }
div.DivClassName
{
background-color: #BEC8BA;
}
.BgClassName
{
background-color: #BEC8BA;
}
</style>
border-color css
<style>
span { border-color: #BEC8BA; }
span { border-color: rgb(190,200,186); }
td.TdClassName
{
border-color: #BEC8BA;
}
.TagClassName
{
border-color: #BEC8BA;
}
</style>