Shades of Sulu #BED881
Tints of Sulu #BED881
RGB
CMYK
RGB Variations
Color information
#BED881 (or 0xBED881) is known color: Sulu. HEX triplet: BE, D8 and 81. RGB value is (190,216,129). Sum of RGB (Red+Green+Blue) = 190+216+129=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 216 - color contains mainly: green. Hex color #BED881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED881 is #41277E. Grayscale: #C6C6C6. Windows color (decimal): -4269951 or 8509630. OLE color: 8509630.
HSL color Cylindrical-coordinate representation of color #BED881: hue angle of 77.93º 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 #BED881 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 129 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.15 |
| HSL | 77.93º | 0.53% | 0.68% | - |
| HSV(B) | 77.93º | 0.4% | 0.85% | - |
| XYZ | 49.75 | 61.64 | 30.05 | - |
| YUV | 198.31 | 88.89 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 129 | 0.12 | 0 | 0.40 | 0.15 | 77.93 | 0.53 | 0.68 |
| Hex | BE | D8 | 81 | C | 0 | 28 | F | 4E | 35 | 44 |
| Octal | 276 | 330 | 201 | 14 | 0 | 50 | 17 | 116 | 65 | 104 |
| Binary | 10111110 | 11011000 | 10000001 | 1100 | 0 | 101000 | 1111 | 1001110 | 110101 | 1000100 |
Color Harmonies of #BED881
Complementary color
Monochromatic Colors of #BED881
Black with #BED881
Text Example
Text Example
White with #BED881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED881; }
p { color: rgb(190,216,129); }
H1.HeaderClassName
{
color: #BED881;
}
.AnyTagClassName
{
color: #BED881;
}
</style>
background-color css
<style>
a { background-color: #BED881; }
a { background-color: rgb(190,216,129); }
div.DivClassName
{
background-color: #BED881;
}
.BgClassName
{
background-color: #BED881;
}
</style>
border-color css
<style>
span { border-color: #BED881; }
span { border-color: rgb(190,216,129); }
td.TdClassName
{
border-color: #BED881;
}
.TagClassName
{
border-color: #BED881;
}
</style>