Shades of Surf Crest #BED7BA
Tints of Surf Crest #BED7BA
RGB
CMYK
RGB Variations
Color information
#BED7BA (or 0xBED7BA) is known color: Surf Crest. HEX triplet: BE, D7 and BA. RGB value is (190,215,186). Sum of RGB (Red+Green+Blue) = 190+215+186=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 215 (84.38% from 255 or 36.38% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7BA is #412845. Grayscale: #CCCCCC. Windows color (decimal): -4270150 or 12244926. OLE color: 12244926.
HSL color Cylindrical-coordinate representation of color #BED7BA: hue angle of 111.72º degrees, saturation: 0.27, 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 #BED7BA is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 186 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.16 |
| HSL | 111.72º | 0.27% | 0.79% | - |
| HSV(B) | 111.72º | 0.13% | 0.84% | - |
| XYZ | 54.4 | 63.09 | 55.77 | - |
| YUV | 204.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 186 | 0.12 | 0 | 0.13 | 0.16 | 111.72 | 0.27 | 0.79 |
| Hex | BE | D7 | BA | C | 0 | D | 10 | 70 | 1B | 4F |
| Octal | 276 | 327 | 272 | 14 | 0 | 15 | 20 | 160 | 33 | 117 |
| Binary | 10111110 | 11010111 | 10111010 | 1100 | 0 | 1101 | 10000 | 1110000 | 11011 | 1001111 |
Color Harmonies of #BED7BA
Complementary color
Monochromatic Colors of #BED7BA
Black with #BED7BA
Text Example
Text Example
White with #BED7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED7BA; }
p { color: rgb(190,215,186); }
H1.HeaderClassName
{
color: #BED7BA;
}
.AnyTagClassName
{
color: #BED7BA;
}
</style>
background-color css
<style>
a { background-color: #BED7BA; }
a { background-color: rgb(190,215,186); }
div.DivClassName
{
background-color: #BED7BA;
}
.BgClassName
{
background-color: #BED7BA;
}
</style>
border-color css
<style>
span { border-color: #BED7BA; }
span { border-color: rgb(190,215,186); }
td.TdClassName
{
border-color: #BED7BA;
}
.TagClassName
{
border-color: #BED7BA;
}
</style>