Shades of Surf Crest #BEC9BC
Tints of Surf Crest #BEC9BC
RGB
CMYK
RGB Variations
Color information
#BEC9BC (or 0xBEC9BC) is known color: Surf Crest. HEX triplet: BE, C9 and BC. RGB value is (190,201,188). Sum of RGB (Red+Green+Blue) = 190+201+188=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9BC is #413643. Grayscale: #C4C4C4. Windows color (decimal): -4273732 or 12372414. OLE color: 12372414.
HSL color Cylindrical-coordinate representation of color #BEC9BC: hue angle of 110.77º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BEC9BC is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 190 | 201 | 188 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.21 |
| HSL | 110.77º | 0.11% | 0.76% | - |
| HSV(B) | 110.77º | 0.06% | 0.79% | - |
| XYZ | 51.2 | 56.35 | 55.76 | - |
| YUV | 196.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 201 | 188 | 0.05 | 0 | 0.06 | 0.21 | 110.77 | 0.11 | 0.76 |
| Hex | BE | C9 | BC | 5 | 0 | 6 | 15 | 6F | B | 4C |
| Octal | 276 | 311 | 274 | 5 | 0 | 6 | 25 | 157 | 13 | 114 |
| Binary | 10111110 | 11001001 | 10111100 | 101 | 0 | 110 | 10101 | 1101111 | 1011 | 1001100 |
Color Harmonies of #BEC9BC
Complementary color
Monochromatic Colors of #BEC9BC
Black with #BEC9BC
Text Example
Text Example
White with #BEC9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC9BC; }
p { color: rgb(190,201,188); }
H1.HeaderClassName
{
color: #BEC9BC;
}
.AnyTagClassName
{
color: #BEC9BC;
}
</style>
background-color css
<style>
a { background-color: #BEC9BC; }
a { background-color: rgb(190,201,188); }
div.DivClassName
{
background-color: #BEC9BC;
}
.BgClassName
{
background-color: #BEC9BC;
}
</style>
border-color css
<style>
span { border-color: #BEC9BC; }
span { border-color: rgb(190,201,188); }
td.TdClassName
{
border-color: #BEC9BC;
}
.TagClassName
{
border-color: #BEC9BC;
}
</style>