Shades of Surf Crest #BED7B9
Tints of Surf Crest #BED7B9
RGB
CMYK
RGB Variations
Color information
#BED7B9 (or 0xBED7B9) is known color: Surf Crest. HEX triplet: BE, D7 and B9. RGB value is (190,215,185). Sum of RGB (Red+Green+Blue) = 190+215+185=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 185 (72.66% from 255 or 31.36% from 590); Max value from RGB is 215 - color contains mainly: green. Hex color #BED7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7B9 is #412846. Grayscale: #CCCCCC. Windows color (decimal): -4270151 or 12179390. OLE color: 12179390.
HSL color Cylindrical-coordinate representation of color #BED7B9: hue angle of 110º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED7B9 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
RGB | 190 | 215 | 185 | - |
CMYK | 0.12 | 0 | 0.14 | 0.16 |
HSL | 110º | 0.27% | 0.78% | - |
HSV(B) | 110º | 0.14% | 0.84% | - |
XYZ | 54.29 | 63.05 | 55.21 | - |
YUV | 204.11 | 117.22 | 117.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 215 | 185 | 0.12 | 0 | 0.14 | 0.16 | 110 | 0.27 | 0.78 |
Hex | BE | D7 | B9 | C | 0 | E | 10 | 6E | 1B | 4E |
Octal | 276 | 327 | 271 | 14 | 0 | 16 | 20 | 156 | 33 | 116 |
Binary | 10111110 | 11010111 | 10111001 | 1100 | 0 | 1110 | 10000 | 1101110 | 11011 | 1001110 |
Color Harmonies of #BED7B9
Complementary color
Monochromatic Colors of #BED7B9
Black with #BED7B9
Text Example
Text Example
White with #BED7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED7B9; }
p { color: rgb(190,215,185); }
H1.HeaderClassName
{
color: #BED7B9;
}
.AnyTagClassName
{
color: #BED7B9;
}
</style>
background-color css
<style>
a { background-color: #BED7B9; }
a { background-color: rgb(190,215,185); }
div.DivClassName
{
background-color: #BED7B9;
}
.BgClassName
{
background-color: #BED7B9;
}
</style>
border-color css
<style>
span { border-color: #BED7B9; }
span { border-color: rgb(190,215,185); }
td.TdClassName
{
border-color: #BED7B9;
}
.TagClassName
{
border-color: #BED7B9;
}
</style>