Shades of Surf Crest #BEC5BB
Tints of Surf Crest #BEC5BB
RGB
CMYK
RGB Variations
Color information
#BEC5BB (or 0xBEC5BB) is known color: Surf Crest. HEX triplet: BE, C5 and BB. RGB value is (190,197,187). Sum of RGB (Red+Green+Blue) = 190+197+187=574 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.10% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC5BB is #413A44. Grayscale: #C1C1C1. Windows color (decimal): -4274757 or 12305854. OLE color: 12305854.
HSL color Cylindrical-coordinate representation of color #BEC5BB: hue angle of 102º degrees, saturation: 0.08, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC5BB is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 190 | 197 | 187 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.23 |
| HSL | 102º | 0.08% | 0.75% | - |
| HSV(B) | 102º | 0.05% | 0.77% | - |
| XYZ | 50.17 | 54.47 | 54.88 | - |
| YUV | 193.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 197 | 187 | 0.04 | 0 | 0.05 | 0.23 | 102 | 0.08 | 0.75 |
| Hex | BE | C5 | BB | 4 | 0 | 5 | 17 | 66 | 8 | 4B |
| Octal | 276 | 305 | 273 | 4 | 0 | 5 | 27 | 146 | 10 | 113 |
| Binary | 10111110 | 11000101 | 10111011 | 100 | 0 | 101 | 10111 | 1100110 | 1000 | 1001011 |
Color Harmonies of #BEC5BB
Complementary color
Monochromatic Colors of #BEC5BB
Black with #BEC5BB
Text Example
Text Example
White with #BEC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC5BB; }
p { color: rgb(190,197,187); }
H1.HeaderClassName
{
color: #BEC5BB;
}
.AnyTagClassName
{
color: #BEC5BB;
}
</style>
background-color css
<style>
a { background-color: #BEC5BB; }
a { background-color: rgb(190,197,187); }
div.DivClassName
{
background-color: #BEC5BB;
}
.BgClassName
{
background-color: #BEC5BB;
}
</style>
border-color css
<style>
span { border-color: #BEC5BB; }
span { border-color: rgb(190,197,187); }
td.TdClassName
{
border-color: #BEC5BB;
}
.TagClassName
{
border-color: #BEC5BB;
}
</style>