Shades of Sulu #BED788
Tints of Sulu #BED788
RGB
CMYK
RGB Variations
Color information
#BED788 (or 0xBED788) is known color: Sulu. HEX triplet: BE, D7 and 88. RGB value is (190,215,136). Sum of RGB (Red+Green+Blue) = 190+215+136=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 136 (53.52% from 255 or 25.14% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #BED788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED788 is #412877. Grayscale: #C6C6C6. Windows color (decimal): -4270200 or 8968126. OLE color: 8968126.
HSL color Cylindrical-coordinate representation of color #BED788: hue angle of 78.99º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BED788 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 215 | 136 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.16 |
| HSL | 78.99º | 0.5% | 0.69% | - |
| HSV(B) | 78.99º | 0.37% | 0.84% | - |
| XYZ | 49.98 | 61.33 | 32.5 | - |
| YUV | 198.52 | 92.72 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 215 | 136 | 0.12 | 0 | 0.37 | 0.16 | 78.99 | 0.5 | 0.69 |
| Hex | BE | D7 | 88 | C | 0 | 25 | 10 | 4F | 32 | 45 |
| Octal | 276 | 327 | 210 | 14 | 0 | 45 | 20 | 117 | 62 | 105 |
| Binary | 10111110 | 11010111 | 10001000 | 1100 | 0 | 100101 | 10000 | 1001111 | 110010 | 1000101 |
Color Harmonies of #BED788
Complementary color
Monochromatic Colors of #BED788
Black with #BED788
Text Example
Text Example
White with #BED788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED788; }
p { color: rgb(190,215,136); }
H1.HeaderClassName
{
color: #BED788;
}
.AnyTagClassName
{
color: #BED788;
}
</style>
background-color css
<style>
a { background-color: #BED788; }
a { background-color: rgb(190,215,136); }
div.DivClassName
{
background-color: #BED788;
}
.BgClassName
{
background-color: #BED788;
}
</style>
border-color css
<style>
span { border-color: #BED788; }
span { border-color: rgb(190,215,136); }
td.TdClassName
{
border-color: #BED788;
}
.TagClassName
{
border-color: #BED788;
}
</style>