Shades of Surf Crest #BED7BC
Tints of Surf Crest #BED7BC
RGB
CMYK
RGB Variations
Color information
#BED7BC (or 0xBED7BC) is known color: Surf Crest. HEX triplet: BE, D7 and BC. RGB value is (190,215,188). Sum of RGB (Red+Green+Blue) = 190+215+188=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7BC is #412843. Grayscale: #CCCCCC. Windows color (decimal): -4270148 or 12375998. OLE color: 12375998.
HSL color Cylindrical-coordinate representation of color #BED7BC: hue angle of 115.56º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BED7BC is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 188 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.16 |
| HSL | 115.56º | 0.25% | 0.79% | - |
| HSV(B) | 115.56º | 0.13% | 0.84% | - |
| XYZ | 54.61 | 63.18 | 56.89 | - |
| YUV | 204.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 188 | 0.12 | 0 | 0.13 | 0.16 | 115.56 | 0.25 | 0.79 |
| Hex | BE | D7 | BC | C | 0 | D | 10 | 74 | 19 | 4F |
| Octal | 276 | 327 | 274 | 14 | 0 | 15 | 20 | 164 | 31 | 117 |
| Binary | 10111110 | 11010111 | 10111100 | 1100 | 0 | 1101 | 10000 | 1110100 | 11001 | 1001111 |
Color Harmonies of #BED7BC
Complementary color
Monochromatic Colors of #BED7BC
Black with #BED7BC
Text Example
Text Example
White with #BED7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED7BC; }
p { color: rgb(190,215,188); }
H1.HeaderClassName
{
color: #BED7BC;
}
.AnyTagClassName
{
color: #BED7BC;
}
</style>
background-color css
<style>
a { background-color: #BED7BC; }
a { background-color: rgb(190,215,188); }
div.DivClassName
{
background-color: #BED7BC;
}
.BgClassName
{
background-color: #BED7BC;
}
</style>
border-color css
<style>
span { border-color: #BED7BC; }
span { border-color: rgb(190,215,188); }
td.TdClassName
{
border-color: #BED7BC;
}
.TagClassName
{
border-color: #BED7BC;
}
</style>