Shades of Sulu #BED585
Tints of Sulu #BED585
RGB
CMYK
RGB Variations
Color information
#BED585 (or 0xBED585) is known color: Sulu. HEX triplet: BE, D5 and 85. RGB value is (190,213,133). Sum of RGB (Red+Green+Blue) = 190+213+133=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #BED585 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED585 is #412A7A. Grayscale: #C5C5C5. Windows color (decimal): -4270715 or 8771006. OLE color: 8771006.
HSL color Cylindrical-coordinate representation of color #BED585: hue angle of 77.25º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BED585 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 213 | 133 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.16 |
| HSL | 77.25º | 0.49% | 0.68% | - |
| HSV(B) | 77.25º | 0.38% | 0.84% | - |
| XYZ | 49.26 | 60.23 | 31.22 | - |
| YUV | 197 | 91.88 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 213 | 133 | 0.11 | 0 | 0.38 | 0.16 | 77.25 | 0.49 | 0.68 |
| Hex | BE | D5 | 85 | B | 0 | 26 | 10 | 4D | 31 | 44 |
| Octal | 276 | 325 | 205 | 13 | 0 | 46 | 20 | 115 | 61 | 104 |
| Binary | 10111110 | 11010101 | 10000101 | 1011 | 0 | 100110 | 10000 | 1001101 | 110001 | 1000100 |
Color Harmonies of #BED585
Complementary color
Monochromatic Colors of #BED585
Black with #BED585
Text Example
Text Example
White with #BED585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED585; }
p { color: rgb(190,213,133); }
H1.HeaderClassName
{
color: #BED585;
}
.AnyTagClassName
{
color: #BED585;
}
</style>
background-color css
<style>
a { background-color: #BED585; }
a { background-color: rgb(190,213,133); }
div.DivClassName
{
background-color: #BED585;
}
.BgClassName
{
background-color: #BED585;
}
</style>
border-color css
<style>
span { border-color: #BED585; }
span { border-color: rgb(190,213,133); }
td.TdClassName
{
border-color: #BED585;
}
.TagClassName
{
border-color: #BED585;
}
</style>