Shades of Surf Crest #BEC8BC
Tints of Surf Crest #BEC8BC
RGB
CMYK
RGB Variations
Color information
#BEC8BC (or 0xBEC8BC) is known color: Surf Crest. HEX triplet: BE, C8 and BC. RGB value is (190,200,188). Sum of RGB (Red+Green+Blue) = 190+200+188=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8BC is #413743. Grayscale: #C3C3C3. Windows color (decimal): -4273988 or 12372158. OLE color: 12372158.
HSL color Cylindrical-coordinate representation of color #BEC8BC: hue angle of 110º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC8BC is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 188 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.22 |
| HSL | 110º | 0.1% | 0.76% | - |
| HSV(B) | 110º | 0.06% | 0.78% | - |
| XYZ | 50.97 | 55.89 | 55.68 | - |
| YUV | 195.64 | 123.69 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 188 | 0.05 | 0 | 0.06 | 0.22 | 110 | 0.1 | 0.76 |
| Hex | BE | C8 | BC | 5 | 0 | 6 | 16 | 6E | A | 4C |
| Octal | 276 | 310 | 274 | 5 | 0 | 6 | 26 | 156 | 12 | 114 |
| Binary | 10111110 | 11001000 | 10111100 | 101 | 0 | 110 | 10110 | 1101110 | 1010 | 1001100 |
Color Harmonies of #BEC8BC
Complementary color
Monochromatic Colors of #BEC8BC
Black with #BEC8BC
Text Example
Text Example
White with #BEC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8BC; }
p { color: rgb(190,200,188); }
H1.HeaderClassName
{
color: #BEC8BC;
}
.AnyTagClassName
{
color: #BEC8BC;
}
</style>
background-color css
<style>
a { background-color: #BEC8BC; }
a { background-color: rgb(190,200,188); }
div.DivClassName
{
background-color: #BEC8BC;
}
.BgClassName
{
background-color: #BEC8BC;
}
</style>
border-color css
<style>
span { border-color: #BEC8BC; }
span { border-color: rgb(190,200,188); }
td.TdClassName
{
border-color: #BEC8BC;
}
.TagClassName
{
border-color: #BEC8BC;
}
</style>