Shades of Surf Crest #BED3BA
Tints of Surf Crest #BED3BA
RGB
CMYK
RGB Variations
Color information
#BED3BA (or 0xBED3BA) is known color: Surf Crest. HEX triplet: BE, D3 and BA. RGB value is (190,211,186). Sum of RGB (Red+Green+Blue) = 190+211+186=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 211 - color contains mainly: green. Hex color #BED3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3BA is #412C45. Grayscale: #C9C9C9. Windows color (decimal): -4271174 or 12243902. OLE color: 12243902.
HSL color Cylindrical-coordinate representation of color #BED3BA: hue angle of 110.4º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED3BA is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 190 | 211 | 186 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.17 |
| HSL | 110.4º | 0.22% | 0.78% | - |
| HSV(B) | 110.4º | 0.12% | 0.83% | - |
| XYZ | 53.39 | 61.08 | 55.43 | - |
| YUV | 201.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 211 | 186 | 0.10 | 0 | 0.12 | 0.17 | 110.4 | 0.22 | 0.78 |
| Hex | BE | D3 | BA | A | 0 | C | 11 | 6E | 16 | 4E |
| Octal | 276 | 323 | 272 | 12 | 0 | 14 | 21 | 156 | 26 | 116 |
| Binary | 10111110 | 11010011 | 10111010 | 1010 | 0 | 1100 | 10001 | 1101110 | 10110 | 1001110 |
Color Harmonies of #BED3BA
Complementary color
Monochromatic Colors of #BED3BA
Black with #BED3BA
Text Example
Text Example
White with #BED3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED3BA; }
p { color: rgb(190,211,186); }
H1.HeaderClassName
{
color: #BED3BA;
}
.AnyTagClassName
{
color: #BED3BA;
}
</style>
background-color css
<style>
a { background-color: #BED3BA; }
a { background-color: rgb(190,211,186); }
div.DivClassName
{
background-color: #BED3BA;
}
.BgClassName
{
background-color: #BED3BA;
}
</style>
border-color css
<style>
span { border-color: #BED3BA; }
span { border-color: rgb(190,211,186); }
td.TdClassName
{
border-color: #BED3BA;
}
.TagClassName
{
border-color: #BED3BA;
}
</style>