Shades of Sulu #BED982
Tints of Sulu #BED982
RGB
CMYK
RGB Variations
Color information
#BED982 (or 0xBED982) is known color: Sulu. HEX triplet: BE, D9 and 82. RGB value is (190,217,130). Sum of RGB (Red+Green+Blue) = 190+217+130=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 130 (51.17% from 255 or 24.21% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #BED982 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED982 is #41267D. Grayscale: #C7C7C7. Windows color (decimal): -4269694 or 8575422. OLE color: 8575422.
HSL color Cylindrical-coordinate representation of color #BED982: hue angle of 78.62º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BED982 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 217 | 130 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.15 |
| HSL | 78.62º | 0.53% | 0.68% | - |
| HSV(B) | 78.62º | 0.4% | 0.85% | - |
| XYZ | 50.08 | 62.18 | 30.48 | - |
| YUV | 199.01 | 89.05 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 217 | 130 | 0.12 | 0 | 0.40 | 0.15 | 78.62 | 0.53 | 0.68 |
| Hex | BE | D9 | 82 | C | 0 | 28 | F | 4F | 35 | 44 |
| Octal | 276 | 331 | 202 | 14 | 0 | 50 | 17 | 117 | 65 | 104 |
| Binary | 10111110 | 11011001 | 10000010 | 1100 | 0 | 101000 | 1111 | 1001111 | 110101 | 1000100 |
Color Harmonies of #BED982
Complementary color
Monochromatic Colors of #BED982
Black with #BED982
Text Example
Text Example
White with #BED982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED982; }
p { color: rgb(190,217,130); }
H1.HeaderClassName
{
color: #BED982;
}
.AnyTagClassName
{
color: #BED982;
}
</style>
background-color css
<style>
a { background-color: #BED982; }
a { background-color: rgb(190,217,130); }
div.DivClassName
{
background-color: #BED982;
}
.BgClassName
{
background-color: #BED982;
}
</style>
border-color css
<style>
span { border-color: #BED982; }
span { border-color: rgb(190,217,130); }
td.TdClassName
{
border-color: #BED982;
}
.TagClassName
{
border-color: #BED982;
}
</style>