Shades of Surf #BEDBBD
Tints of Surf #BEDBBD
RGB
CMYK
RGB Variations
Color information
#BEDBBD (or 0xBEDBBD) is known color: Surf. HEX triplet: BE, DB and BD. RGB value is (190,219,189). Sum of RGB (Red+Green+Blue) = 190+219+189=598 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.77% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDBBD is #412442. Grayscale: #CECECE. Windows color (decimal): -4269123 or 12442558. OLE color: 12442558.
HSL color Cylindrical-coordinate representation of color #BEDBBD: hue angle of 118º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEDBBD is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 189 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.14 |
| HSL | 118º | 0.29% | 0.8% | - |
| HSV(B) | 118º | 0.14% | 0.86% | - |
| XYZ | 55.75 | 65.28 | 57.81 | - |
| YUV | 206.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 189 | 0.13 | 0 | 0.14 | 0.14 | 118 | 0.29 | 0.8 |
| Hex | BE | DB | BD | D | 0 | E | E | 76 | 1D | 50 |
| Octal | 276 | 333 | 275 | 15 | 0 | 16 | 16 | 166 | 35 | 120 |
| Binary | 10111110 | 11011011 | 10111101 | 1101 | 0 | 1110 | 1110 | 1110110 | 11101 | 1010000 |
Color Harmonies of #BEDBBD
Complementary color
Monochromatic Colors of #BEDBBD
Black with #BEDBBD
Text Example
Text Example
White with #BEDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDBBD; }
p { color: rgb(190,219,189); }
H1.HeaderClassName
{
color: #BEDBBD;
}
.AnyTagClassName
{
color: #BEDBBD;
}
</style>
background-color css
<style>
a { background-color: #BEDBBD; }
a { background-color: rgb(190,219,189); }
div.DivClassName
{
background-color: #BEDBBD;
}
.BgClassName
{
background-color: #BEDBBD;
}
</style>
border-color css
<style>
span { border-color: #BEDBBD; }
span { border-color: rgb(190,219,189); }
td.TdClassName
{
border-color: #BEDBBD;
}
.TagClassName
{
border-color: #BEDBBD;
}
</style>