Shades of Sulu #BED884
Tints of Sulu #BED884
RGB
CMYK
RGB Variations
Color information
#BED884 (or 0xBED884) is known color: Sulu. HEX triplet: BE, D8 and 84. RGB value is (190,216,132). Sum of RGB (Red+Green+Blue) = 190+216+132=538 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.32% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #BED884 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED884 is #41277B. Grayscale: #C6C6C6. Windows color (decimal): -4269948 or 8706238. OLE color: 8706238.
HSL color Cylindrical-coordinate representation of color #BED884: hue angle of 78.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BED884 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 132 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.15 |
| HSL | 78.57º | 0.52% | 0.68% | - |
| HSV(B) | 78.57º | 0.39% | 0.85% | - |
| XYZ | 49.96 | 61.72 | 31.11 | - |
| YUV | 198.65 | 90.39 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 132 | 0.12 | 0 | 0.39 | 0.15 | 78.57 | 0.52 | 0.68 |
| Hex | BE | D8 | 84 | C | 0 | 27 | F | 4F | 34 | 44 |
| Octal | 276 | 330 | 204 | 14 | 0 | 47 | 17 | 117 | 64 | 104 |
| Binary | 10111110 | 11011000 | 10000100 | 1100 | 0 | 100111 | 1111 | 1001111 | 110100 | 1000100 |
Color Harmonies of #BED884
Complementary color
Monochromatic Colors of #BED884
Black with #BED884
Text Example
Text Example
White with #BED884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED884; }
p { color: rgb(190,216,132); }
H1.HeaderClassName
{
color: #BED884;
}
.AnyTagClassName
{
color: #BED884;
}
</style>
background-color css
<style>
a { background-color: #BED884; }
a { background-color: rgb(190,216,132); }
div.DivClassName
{
background-color: #BED884;
}
.BgClassName
{
background-color: #BED884;
}
</style>
border-color css
<style>
span { border-color: #BED884; }
span { border-color: rgb(190,216,132); }
td.TdClassName
{
border-color: #BED884;
}
.TagClassName
{
border-color: #BED884;
}
</style>