Shades of Surf Crest #BED0B7
Tints of Surf Crest #BED0B7
RGB
CMYK
RGB Variations
Color information
#BED0B7 (or 0xBED0B7) is known color: Surf Crest. HEX triplet: BE, D0 and B7. RGB value is (190,208,183). Sum of RGB (Red+Green+Blue) = 190+208+183=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 208 (81.64% from 255 or 35.80% from 581); Blue value is 183 (71.88% from 255 or 31.50% from 581); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0B7 is #412F48. Grayscale: #C7C7C7. Windows color (decimal): -4271945 or 12046526. OLE color: 12046526.
HSL color Cylindrical-coordinate representation of color #BED0B7: hue angle of 103.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED0B7 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 183 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.18 |
| HSL | 103.2º | 0.21% | 0.77% | - |
| HSV(B) | 103.2º | 0.12% | 0.82% | - |
| XYZ | 52.34 | 59.48 | 53.52 | - |
| YUV | 199.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 183 | 0.09 | 0 | 0.12 | 0.18 | 103.2 | 0.21 | 0.77 |
| Hex | BE | D0 | B7 | 9 | 0 | C | 12 | 67 | 15 | 4D |
| Octal | 276 | 320 | 267 | 11 | 0 | 14 | 22 | 147 | 25 | 115 |
| Binary | 10111110 | 11010000 | 10110111 | 1001 | 0 | 1100 | 10010 | 1100111 | 10101 | 1001101 |
Color Harmonies of #BED0B7
Complementary color
Monochromatic Colors of #BED0B7
Black with #BED0B7
Text Example
Text Example
White with #BED0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0B7; }
p { color: rgb(190,208,183); }
H1.HeaderClassName
{
color: #BED0B7;
}
.AnyTagClassName
{
color: #BED0B7;
}
</style>
background-color css
<style>
a { background-color: #BED0B7; }
a { background-color: rgb(190,208,183); }
div.DivClassName
{
background-color: #BED0B7;
}
.BgClassName
{
background-color: #BED0B7;
}
</style>
border-color css
<style>
span { border-color: #BED0B7; }
span { border-color: rgb(190,208,183); }
td.TdClassName
{
border-color: #BED0B7;
}
.TagClassName
{
border-color: #BED0B7;
}
</style>