Shades of Sulu #BED875
Tints of Sulu #BED875
RGB
CMYK
RGB Variations
Color information
#BED875 (or 0xBED875) is known color: Sulu. HEX triplet: BE, D8 and 75. RGB value is (190,216,117). Sum of RGB (Red+Green+Blue) = 190+216+117=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 216 - color contains mainly: green. Hex color #BED875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED875 is #41278A. Grayscale: #C5C5C5. Windows color (decimal): -4269963 or 7723198. OLE color: 7723198.
HSL color Cylindrical-coordinate representation of color #BED875: hue angle of 75.76º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BED875 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 190 | 216 | 117 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.15 |
| HSL | 75.76º | 0.56% | 0.65% | - |
| HSV(B) | 75.76º | 0.46% | 0.85% | - |
| XYZ | 49 | 61.34 | 26.09 | - |
| YUV | 196.94 | 82.89 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 216 | 117 | 0.12 | 0 | 0.46 | 0.15 | 75.76 | 0.56 | 0.65 |
| Hex | BE | D8 | 75 | C | 0 | 2E | F | 4C | 38 | 41 |
| Octal | 276 | 330 | 165 | 14 | 0 | 56 | 17 | 114 | 70 | 101 |
| Binary | 10111110 | 11011000 | 1110101 | 1100 | 0 | 101110 | 1111 | 1001100 | 111000 | 1000001 |
Color Harmonies of #BED875
Complementary color
Monochromatic Colors of #BED875
Black with #BED875
Text Example
Text Example
White with #BED875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED875; }
p { color: rgb(190,216,117); }
H1.HeaderClassName
{
color: #BED875;
}
.AnyTagClassName
{
color: #BED875;
}
</style>
background-color css
<style>
a { background-color: #BED875; }
a { background-color: rgb(190,216,117); }
div.DivClassName
{
background-color: #BED875;
}
.BgClassName
{
background-color: #BED875;
}
</style>
border-color css
<style>
span { border-color: #BED875; }
span { border-color: rgb(190,216,117); }
td.TdClassName
{
border-color: #BED875;
}
.TagClassName
{
border-color: #BED875;
}
</style>