Shades of Sulu #BED986
Tints of Sulu #BED986
RGB
CMYK
RGB Variations
Color information
#BED986 (or 0xBED986) is known color: Sulu. HEX triplet: BE, D9 and 86. RGB value is (190,217,134). Sum of RGB (Red+Green+Blue) = 190+217+134=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 217 (85.16% from 255 or 40.11% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 217 - color contains mainly: green. Hex color #BED986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED986 is #412679. Grayscale: #C7C7C7. Windows color (decimal): -4269690 or 8837566. OLE color: 8837566.
HSL color Cylindrical-coordinate representation of color #BED986: hue angle of 79.52º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BED986 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 134 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.15 |
| HSL | 79.52º | 0.52% | 0.69% | - |
| HSV(B) | 79.52º | 0.38% | 0.85% | - |
| XYZ | 50.35 | 62.29 | 31.92 | - |
| YUV | 199.47 | 91.05 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 134 | 0.12 | 0 | 0.38 | 0.15 | 79.52 | 0.52 | 0.69 |
| Hex | BE | D9 | 86 | C | 0 | 26 | F | 50 | 34 | 45 |
| Octal | 276 | 331 | 206 | 14 | 0 | 46 | 17 | 120 | 64 | 105 |
| Binary | 10111110 | 11011001 | 10000110 | 1100 | 0 | 100110 | 1111 | 1010000 | 110100 | 1000101 |
Color Harmonies of #BED986
Complementary color
Monochromatic Colors of #BED986
Black with #BED986
Text Example
Text Example
White with #BED986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED986; }
p { color: rgb(190,217,134); }
H1.HeaderClassName
{
color: #BED986;
}
.AnyTagClassName
{
color: #BED986;
}
</style>
background-color css
<style>
a { background-color: #BED986; }
a { background-color: rgb(190,217,134); }
div.DivClassName
{
background-color: #BED986;
}
.BgClassName
{
background-color: #BED986;
}
</style>
border-color css
<style>
span { border-color: #BED986; }
span { border-color: rgb(190,217,134); }
td.TdClassName
{
border-color: #BED986;
}
.TagClassName
{
border-color: #BED986;
}
</style>