Shades of Surf #BED9BD
Tints of Surf #BED9BD
RGB
CMYK
RGB Variations
Color information
#BED9BD (or 0xBED9BD) is known color: Surf. HEX triplet: BE, D9 and BD. RGB value is (190,217,189). Sum of RGB (Red+Green+Blue) = 190+217+189=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 217 - color contains mainly: green. Hex color #BED9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED9BD is #412642. Grayscale: #CDCDCD. Windows color (decimal): -4269635 or 12442046. OLE color: 12442046.
HSL color Cylindrical-coordinate representation of color #BED9BD: hue angle of 117.86º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BED9BD is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 189 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.15 |
| HSL | 117.86º | 0.27% | 0.8% | - |
| HSV(B) | 117.86º | 0.13% | 0.85% | - |
| XYZ | 55.23 | 64.25 | 57.63 | - |
| YUV | 205.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 189 | 0.12 | 0 | 0.13 | 0.15 | 117.86 | 0.27 | 0.8 |
| Hex | BE | D9 | BD | C | 0 | D | F | 76 | 1B | 50 |
| Octal | 276 | 331 | 275 | 14 | 0 | 15 | 17 | 166 | 33 | 120 |
| Binary | 10111110 | 11011001 | 10111101 | 1100 | 0 | 1101 | 1111 | 1110110 | 11011 | 1010000 |
Color Harmonies of #BED9BD
Complementary color
Monochromatic Colors of #BED9BD
Black with #BED9BD
Text Example
Text Example
White with #BED9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED9BD; }
p { color: rgb(190,217,189); }
H1.HeaderClassName
{
color: #BED9BD;
}
.AnyTagClassName
{
color: #BED9BD;
}
</style>
background-color css
<style>
a { background-color: #BED9BD; }
a { background-color: rgb(190,217,189); }
div.DivClassName
{
background-color: #BED9BD;
}
.BgClassName
{
background-color: #BED9BD;
}
</style>
border-color css
<style>
span { border-color: #BED9BD; }
span { border-color: rgb(190,217,189); }
td.TdClassName
{
border-color: #BED9BD;
}
.TagClassName
{
border-color: #BED9BD;
}
</style>