Shades of Sulu #BED888
Tints of Sulu #BED888
RGB
CMYK
RGB Variations
Color information
#BED888 (or 0xBED888) is known color: Sulu. HEX triplet: BE, D8 and 88. RGB value is (190,216,136). Sum of RGB (Red+Green+Blue) = 190+216+136=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #BED888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED888 is #412777. Grayscale: #C7C7C7. Windows color (decimal): -4269944 or 8968382. OLE color: 8968382.
HSL color Cylindrical-coordinate representation of color #BED888: hue angle of 79.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BED888 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 136 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.15 |
| HSL | 79.5º | 0.51% | 0.69% | - |
| HSV(B) | 79.5º | 0.37% | 0.85% | - |
| XYZ | 50.24 | 61.84 | 32.58 | - |
| YUV | 199.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 136 | 0.12 | 0 | 0.37 | 0.15 | 79.5 | 0.51 | 0.69 |
| Hex | BE | D8 | 88 | C | 0 | 25 | F | 50 | 33 | 45 |
| Octal | 276 | 330 | 210 | 14 | 0 | 45 | 17 | 120 | 63 | 105 |
| Binary | 10111110 | 11011000 | 10001000 | 1100 | 0 | 100101 | 1111 | 1010000 | 110011 | 1000101 |
Color Harmonies of #BED888
Complementary color
Monochromatic Colors of #BED888
Black with #BED888
Text Example
Text Example
White with #BED888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED888; }
p { color: rgb(190,216,136); }
H1.HeaderClassName
{
color: #BED888;
}
.AnyTagClassName
{
color: #BED888;
}
</style>
background-color css
<style>
a { background-color: #BED888; }
a { background-color: rgb(190,216,136); }
div.DivClassName
{
background-color: #BED888;
}
.BgClassName
{
background-color: #BED888;
}
</style>
border-color css
<style>
span { border-color: #BED888; }
span { border-color: rgb(190,216,136); }
td.TdClassName
{
border-color: #BED888;
}
.TagClassName
{
border-color: #BED888;
}
</style>