Shades of Surf #BEDDBD
Tints of Surf #BEDDBD
RGB
CMYK
RGB Variations
Color information
#BEDDBD (or 0xBEDDBD) is known color: Surf. HEX triplet: BE, DD and BD. RGB value is (190,221,189). Sum of RGB (Red+Green+Blue) = 190+221+189=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDDBD is #412242. Grayscale: #D0D0D0. Windows color (decimal): -4268611 or 12443070. OLE color: 12443070.
HSL color Cylindrical-coordinate representation of color #BEDDBD: hue angle of 118.12º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDDBD is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 189 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.13 |
| HSL | 118.13º | 0.32% | 0.8% | - |
| HSV(B) | 118.13º | 0.14% | 0.87% | - |
| XYZ | 56.28 | 66.33 | 57.98 | - |
| YUV | 208.08 | 117.23 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 189 | 0.14 | 0 | 0.14 | 0.13 | 118.13 | 0.32 | 0.8 |
| Hex | BE | DD | BD | E | 0 | E | D | 76 | 20 | 50 |
| Octal | 276 | 335 | 275 | 16 | 0 | 16 | 15 | 166 | 40 | 120 |
| Binary | 10111110 | 11011101 | 10111101 | 1110 | 0 | 1110 | 1101 | 1110110 | 100000 | 1010000 |
Color Harmonies of #BEDDBD
Complementary color
Monochromatic Colors of #BEDDBD
Black with #BEDDBD
Text Example
Text Example
White with #BEDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDDBD; }
p { color: rgb(190,221,189); }
H1.HeaderClassName
{
color: #BEDDBD;
}
.AnyTagClassName
{
color: #BEDDBD;
}
</style>
background-color css
<style>
a { background-color: #BEDDBD; }
a { background-color: rgb(190,221,189); }
div.DivClassName
{
background-color: #BEDDBD;
}
.BgClassName
{
background-color: #BEDDBD;
}
</style>
border-color css
<style>
span { border-color: #BEDDBD; }
span { border-color: rgb(190,221,189); }
td.TdClassName
{
border-color: #BEDDBD;
}
.TagClassName
{
border-color: #BEDDBD;
}
</style>