Shades of Surf Crest #BED8BC
Tints of Surf Crest #BED8BC
RGB
CMYK
RGB Variations
Color information
#BED8BC (or 0xBED8BC) is known color: Surf Crest. HEX triplet: BE, D8 and BC. RGB value is (190,216,188). Sum of RGB (Red+Green+Blue) = 190+216+188=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8BC is #412743. Grayscale: #CDCDCD. Windows color (decimal): -4269892 or 12376254. OLE color: 12376254.
HSL color Cylindrical-coordinate representation of color #BED8BC: hue angle of 115.71º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BED8BC is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 188 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.15 |
| HSL | 115.71º | 0.26% | 0.79% | - |
| HSV(B) | 115.71º | 0.13% | 0.85% | - |
| XYZ | 54.87 | 63.69 | 56.98 | - |
| YUV | 205.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 188 | 0.12 | 0 | 0.13 | 0.15 | 115.71 | 0.26 | 0.79 |
| Hex | BE | D8 | BC | C | 0 | D | F | 74 | 1A | 4F |
| Octal | 276 | 330 | 274 | 14 | 0 | 15 | 17 | 164 | 32 | 117 |
| Binary | 10111110 | 11011000 | 10111100 | 1100 | 0 | 1101 | 1111 | 1110100 | 11010 | 1001111 |
Color Harmonies of #BED8BC
Complementary color
Monochromatic Colors of #BED8BC
Black with #BED8BC
Text Example
Text Example
White with #BED8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED8BC; }
p { color: rgb(190,216,188); }
H1.HeaderClassName
{
color: #BED8BC;
}
.AnyTagClassName
{
color: #BED8BC;
}
</style>
background-color css
<style>
a { background-color: #BED8BC; }
a { background-color: rgb(190,216,188); }
div.DivClassName
{
background-color: #BED8BC;
}
.BgClassName
{
background-color: #BED8BC;
}
</style>
border-color css
<style>
span { border-color: #BED8BC; }
span { border-color: rgb(190,216,188); }
td.TdClassName
{
border-color: #BED8BC;
}
.TagClassName
{
border-color: #BED8BC;
}
</style>