Shades of Sulu #BED675
Tints of Sulu #BED675
RGB
CMYK
RGB Variations
Color information
#BED675 (or 0xBED675) is known color: Sulu. HEX triplet: BE, D6 and 75. RGB value is (190,214,117). Sum of RGB (Red+Green+Blue) = 190+214+117=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #BED675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BED675 is #41298A. Grayscale: #C4C4C4. Windows color (decimal): -4270475 or 7722686. OLE color: 7722686.
HSL color Cylindrical-coordinate representation of color #BED675: hue angle of 74.85º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BED675 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 117 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.16 |
| HSL | 74.85º | 0.54% | 0.65% | - |
| HSV(B) | 74.85º | 0.45% | 0.84% | - |
| XYZ | 48.49 | 60.32 | 25.92 | - |
| YUV | 195.77 | 83.55 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 117 | 0.11 | 0 | 0.45 | 0.16 | 74.85 | 0.54 | 0.65 |
| Hex | BE | D6 | 75 | B | 0 | 2D | 10 | 4B | 36 | 41 |
| Octal | 276 | 326 | 165 | 13 | 0 | 55 | 20 | 113 | 66 | 101 |
| Binary | 10111110 | 11010110 | 1110101 | 1011 | 0 | 101101 | 10000 | 1001011 | 110110 | 1000001 |
Color Harmonies of #BED675
Complementary color
Monochromatic Colors of #BED675
Black with #BED675
Text Example
Text Example
White with #BED675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED675; }
p { color: rgb(190,214,117); }
H1.HeaderClassName
{
color: #BED675;
}
.AnyTagClassName
{
color: #BED675;
}
</style>
background-color css
<style>
a { background-color: #BED675; }
a { background-color: rgb(190,214,117); }
div.DivClassName
{
background-color: #BED675;
}
.BgClassName
{
background-color: #BED675;
}
</style>
border-color css
<style>
span { border-color: #BED675; }
span { border-color: rgb(190,214,117); }
td.TdClassName
{
border-color: #BED675;
}
.TagClassName
{
border-color: #BED675;
}
</style>