Shades of Surf #BED8BD
Tints of Surf #BED8BD
RGB
CMYK
RGB Variations
Color information
#BED8BD (or 0xBED8BD) is known color: Surf. HEX triplet: BE, D8 and BD. RGB value is (190,216,189). Sum of RGB (Red+Green+Blue) = 190+216+189=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #BED8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED8BD is #412742. Grayscale: #CDCDCD. Windows color (decimal): -4269891 or 12441790. OLE color: 12441790.
HSL color Cylindrical-coordinate representation of color #BED8BD: hue angle of 117.78º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BED8BD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 189 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.15 |
| HSL | 117.78º | 0.26% | 0.79% | - |
| HSV(B) | 117.78º | 0.13% | 0.85% | - |
| XYZ | 54.98 | 63.73 | 57.55 | - |
| YUV | 205.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 189 | 0.12 | 0 | 0.12 | 0.15 | 117.78 | 0.26 | 0.79 |
| Hex | BE | D8 | BD | C | 0 | C | F | 76 | 1A | 4F |
| Octal | 276 | 330 | 275 | 14 | 0 | 14 | 17 | 166 | 32 | 117 |
| Binary | 10111110 | 11011000 | 10111101 | 1100 | 0 | 1100 | 1111 | 1110110 | 11010 | 1001111 |
Color Harmonies of #BED8BD
Complementary color
Monochromatic Colors of #BED8BD
Black with #BED8BD
Text Example
Text Example
White with #BED8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED8BD; }
p { color: rgb(190,216,189); }
H1.HeaderClassName
{
color: #BED8BD;
}
.AnyTagClassName
{
color: #BED8BD;
}
</style>
background-color css
<style>
a { background-color: #BED8BD; }
a { background-color: rgb(190,216,189); }
div.DivClassName
{
background-color: #BED8BD;
}
.BgClassName
{
background-color: #BED8BD;
}
</style>
border-color css
<style>
span { border-color: #BED8BD; }
span { border-color: rgb(190,216,189); }
td.TdClassName
{
border-color: #BED8BD;
}
.TagClassName
{
border-color: #BED8BD;
}
</style>