Shades of Sulu #BED680
Tints of Sulu #BED680
RGB
CMYK
RGB Variations
Color information
#BED680 (or 0xBED680) is known color: Sulu. HEX triplet: BE, D6 and 80. RGB value is (190,214,128). Sum of RGB (Red+Green+Blue) = 190+214+128=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 214 (83.98% from 255 or 40.23% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 214 - color contains mainly: green. Hex color #BED680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED680 is #41297F. Grayscale: #C5C5C5. Windows color (decimal): -4270464 or 8443582. OLE color: 8443582.
HSL color Cylindrical-coordinate representation of color #BED680: hue angle of 76.74º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BED680 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 128 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.16 |
| HSL | 76.74º | 0.51% | 0.67% | - |
| HSV(B) | 76.74º | 0.4% | 0.84% | - |
| XYZ | 49.18 | 60.6 | 29.53 | - |
| YUV | 197.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 128 | 0.11 | 0 | 0.40 | 0.16 | 76.74 | 0.51 | 0.67 |
| Hex | BE | D6 | 80 | B | 0 | 28 | 10 | 4D | 33 | 43 |
| Octal | 276 | 326 | 200 | 13 | 0 | 50 | 20 | 115 | 63 | 103 |
| Binary | 10111110 | 11010110 | 10000000 | 1011 | 0 | 101000 | 10000 | 1001101 | 110011 | 1000011 |
Color Harmonies of #BED680
Complementary color
Monochromatic Colors of #BED680
Black with #BED680
Text Example
Text Example
White with #BED680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED680; }
p { color: rgb(190,214,128); }
H1.HeaderClassName
{
color: #BED680;
}
.AnyTagClassName
{
color: #BED680;
}
</style>
background-color css
<style>
a { background-color: #BED680; }
a { background-color: rgb(190,214,128); }
div.DivClassName
{
background-color: #BED680;
}
.BgClassName
{
background-color: #BED680;
}
</style>
border-color css
<style>
span { border-color: #BED680; }
span { border-color: rgb(190,214,128); }
td.TdClassName
{
border-color: #BED680;
}
.TagClassName
{
border-color: #BED680;
}
</style>