Shades of Surf Crest #BEC8B9
Tints of Surf Crest #BEC8B9
RGB
CMYK
RGB Variations
Color information
#BEC8B9 (or 0xBEC8B9) is known color: Surf Crest. HEX triplet: BE, C8 and B9. RGB value is (190,200,185). Sum of RGB (Red+Green+Blue) = 190+200+185=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 185 (72.66% from 255 or 32.17% from 575); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8B9 is #413746. Grayscale: #C3C3C3. Windows color (decimal): -4273991 or 12175550. OLE color: 12175550.
HSL color Cylindrical-coordinate representation of color #BEC8B9: hue angle of 100º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BEC8B9 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 200 | 185 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.22 |
| HSL | 100º | 0.12% | 0.75% | - |
| HSV(B) | 100º | 0.07% | 0.78% | - |
| XYZ | 50.65 | 55.76 | 53.99 | - |
| YUV | 195.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 200 | 185 | 0.05 | 0 | 0.08 | 0.22 | 100 | 0.12 | 0.75 |
| Hex | BE | C8 | B9 | 5 | 0 | 8 | 16 | 64 | C | 4B |
| Octal | 276 | 310 | 271 | 5 | 0 | 10 | 26 | 144 | 14 | 113 |
| Binary | 10111110 | 11001000 | 10111001 | 101 | 0 | 1000 | 10110 | 1100100 | 1100 | 1001011 |
Color Harmonies of #BEC8B9
Complementary color
Monochromatic Colors of #BEC8B9
Black with #BEC8B9
Text Example
Text Example
White with #BEC8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC8B9; }
p { color: rgb(190,200,185); }
H1.HeaderClassName
{
color: #BEC8B9;
}
.AnyTagClassName
{
color: #BEC8B9;
}
</style>
background-color css
<style>
a { background-color: #BEC8B9; }
a { background-color: rgb(190,200,185); }
div.DivClassName
{
background-color: #BEC8B9;
}
.BgClassName
{
background-color: #BEC8B9;
}
</style>
border-color css
<style>
span { border-color: #BEC8B9; }
span { border-color: rgb(190,200,185); }
td.TdClassName
{
border-color: #BEC8B9;
}
.TagClassName
{
border-color: #BEC8B9;
}
</style>