Shades of Surf Crest #BED0BA
Tints of Surf Crest #BED0BA
RGB
CMYK
RGB Variations
Color information
#BED0BA (or 0xBED0BA) is known color: Surf Crest. HEX triplet: BE, D0 and BA. RGB value is (190,208,186). Sum of RGB (Red+Green+Blue) = 190+208+186=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED0BA is #412F45. Grayscale: #C8C8C8. Windows color (decimal): -4271942 or 12243134. OLE color: 12243134.
HSL color Cylindrical-coordinate representation of color #BED0BA: hue angle of 109.09º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BED0BA is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 186 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.18 |
| HSL | 109.09º | 0.19% | 0.77% | - |
| HSV(B) | 109.09º | 0.11% | 0.82% | - |
| XYZ | 52.65 | 59.6 | 55.18 | - |
| YUV | 200.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 186 | 0.09 | 0 | 0.11 | 0.18 | 109.09 | 0.19 | 0.77 |
| Hex | BE | D0 | BA | 9 | 0 | B | 12 | 6D | 13 | 4D |
| Octal | 276 | 320 | 272 | 11 | 0 | 13 | 22 | 155 | 23 | 115 |
| Binary | 10111110 | 11010000 | 10111010 | 1001 | 0 | 1011 | 10010 | 1101101 | 10011 | 1001101 |
Color Harmonies of #BED0BA
Complementary color
Monochromatic Colors of #BED0BA
Black with #BED0BA
Text Example
Text Example
White with #BED0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0BA; }
p { color: rgb(190,208,186); }
H1.HeaderClassName
{
color: #BED0BA;
}
.AnyTagClassName
{
color: #BED0BA;
}
</style>
background-color css
<style>
a { background-color: #BED0BA; }
a { background-color: rgb(190,208,186); }
div.DivClassName
{
background-color: #BED0BA;
}
.BgClassName
{
background-color: #BED0BA;
}
</style>
border-color css
<style>
span { border-color: #BED0BA; }
span { border-color: rgb(190,208,186); }
td.TdClassName
{
border-color: #BED0BA;
}
.TagClassName
{
border-color: #BED0BA;
}
</style>