Shades of Surf Crest #BED8B7
Tints of Surf Crest #BED8B7
RGB
CMYK
RGB Variations
Color information
#BED8B7 (or 0xBED8B7) is known color: Surf Crest. HEX triplet: BE, D8 and B7. RGB value is (190,216,183). Sum of RGB (Red+Green+Blue) = 190+216+183=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8B7 is #412748. Grayscale: #CCCCCC. Windows color (decimal): -4269897 or 12048574. OLE color: 12048574.
HSL color Cylindrical-coordinate representation of color #BED8B7: hue angle of 107.27º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BED8B7 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 183 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.15 |
| HSL | 107.27º | 0.3% | 0.78% | - |
| HSV(B) | 107.27º | 0.15% | 0.85% | - |
| XYZ | 54.34 | 63.48 | 54.19 | - |
| YUV | 204.46 | 115.89 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 183 | 0.12 | 0 | 0.15 | 0.15 | 107.27 | 0.3 | 0.78 |
| Hex | BE | D8 | B7 | C | 0 | F | F | 6B | 1E | 4E |
| Octal | 276 | 330 | 267 | 14 | 0 | 17 | 17 | 153 | 36 | 116 |
| Binary | 10111110 | 11011000 | 10110111 | 1100 | 0 | 1111 | 1111 | 1101011 | 11110 | 1001110 |
Color Harmonies of #BED8B7
Complementary color
Monochromatic Colors of #BED8B7
Black with #BED8B7
Text Example
Text Example
White with #BED8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED8B7; }
p { color: rgb(190,216,183); }
H1.HeaderClassName
{
color: #BED8B7;
}
.AnyTagClassName
{
color: #BED8B7;
}
</style>
background-color css
<style>
a { background-color: #BED8B7; }
a { background-color: rgb(190,216,183); }
div.DivClassName
{
background-color: #BED8B7;
}
.BgClassName
{
background-color: #BED8B7;
}
</style>
border-color css
<style>
span { border-color: #BED8B7; }
span { border-color: rgb(190,216,183); }
td.TdClassName
{
border-color: #BED8B7;
}
.TagClassName
{
border-color: #BED8B7;
}
</style>