Shades of Surf Crest #BEC6BC
Tints of Surf Crest #BEC6BC
RGB
CMYK
RGB Variations
Color information
#BEC6BC (or 0xBEC6BC) is known color: Surf Crest. HEX triplet: BE, C6 and BC. RGB value is (190,198,188). Sum of RGB (Red+Green+Blue) = 190+198+188=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 188 (73.83% from 255 or 32.64% from 576); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC6BC is #413943. Grayscale: #C2C2C2. Windows color (decimal): -4274500 or 12371646. OLE color: 12371646.
HSL color Cylindrical-coordinate representation of color #BEC6BC: hue angle of 108º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BEC6BC is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 190 | 198 | 188 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.22 |
| HSL | 108º | 0.08% | 0.76% | - |
| HSV(B) | 108º | 0.05% | 0.78% | - |
| XYZ | 50.51 | 54.97 | 55.52 | - |
| YUV | 194.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 198 | 188 | 0.04 | 0 | 0.05 | 0.22 | 108 | 0.08 | 0.76 |
| Hex | BE | C6 | BC | 4 | 0 | 5 | 16 | 6C | 8 | 4C |
| Octal | 276 | 306 | 274 | 4 | 0 | 5 | 26 | 154 | 10 | 114 |
| Binary | 10111110 | 11000110 | 10111100 | 100 | 0 | 101 | 10110 | 1101100 | 1000 | 1001100 |
Color Harmonies of #BEC6BC
Complementary color
Monochromatic Colors of #BEC6BC
Black with #BEC6BC
Text Example
Text Example
White with #BEC6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC6BC; }
p { color: rgb(190,198,188); }
H1.HeaderClassName
{
color: #BEC6BC;
}
.AnyTagClassName
{
color: #BEC6BC;
}
</style>
background-color css
<style>
a { background-color: #BEC6BC; }
a { background-color: rgb(190,198,188); }
div.DivClassName
{
background-color: #BEC6BC;
}
.BgClassName
{
background-color: #BEC6BC;
}
</style>
border-color css
<style>
span { border-color: #BEC6BC; }
span { border-color: rgb(190,198,188); }
td.TdClassName
{
border-color: #BEC6BC;
}
.TagClassName
{
border-color: #BEC6BC;
}
</style>