Shades of Surf #BEDFBD
Tints of Surf #BEDFBD
RGB
CMYK
RGB Variations
Color information
#BEDFBD (or 0xBEDFBD) is known color: Surf. HEX triplet: BE, DF and BD. RGB value is (190,223,189). Sum of RGB (Red+Green+Blue) = 190+223+189=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEDFBD is #412042. Grayscale: #D1D1D1. Windows color (decimal): -4268099 or 12443582. OLE color: 12443582.
HSL color Cylindrical-coordinate representation of color #BEDFBD: hue angle of 118.24º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEDFBD is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 189 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.13 |
| HSL | 118.24º | 0.35% | 0.81% | - |
| HSV(B) | 118.24º | 0.15% | 0.87% | - |
| XYZ | 56.81 | 67.4 | 58.16 | - |
| YUV | 209.26 | 116.57 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 189 | 0.15 | 0 | 0.15 | 0.13 | 118.24 | 0.35 | 0.81 |
| Hex | BE | DF | BD | F | 0 | F | D | 76 | 23 | 51 |
| Octal | 276 | 337 | 275 | 17 | 0 | 17 | 15 | 166 | 43 | 121 |
| Binary | 10111110 | 11011111 | 10111101 | 1111 | 0 | 1111 | 1101 | 1110110 | 100011 | 1010001 |
Color Harmonies of #BEDFBD
Complementary color
Monochromatic Colors of #BEDFBD
Black with #BEDFBD
Text Example
Text Example
White with #BEDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDFBD; }
p { color: rgb(190,223,189); }
H1.HeaderClassName
{
color: #BEDFBD;
}
.AnyTagClassName
{
color: #BEDFBD;
}
</style>
background-color css
<style>
a { background-color: #BEDFBD; }
a { background-color: rgb(190,223,189); }
div.DivClassName
{
background-color: #BEDFBD;
}
.BgClassName
{
background-color: #BEDFBD;
}
</style>
border-color css
<style>
span { border-color: #BEDFBD; }
span { border-color: rgb(190,223,189); }
td.TdClassName
{
border-color: #BEDFBD;
}
.TagClassName
{
border-color: #BEDFBD;
}
</style>