Shades of Sulu #BED683
Tints of Sulu #BED683
RGB
CMYK
RGB Variations
Color information
#BED683 (or 0xBED683) is known color: Sulu. HEX triplet: BE, D6 and 83. RGB value is (190,214,131). Sum of RGB (Red+Green+Blue) = 190+214+131=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #BED683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED683 is #41297C. Grayscale: #C5C5C5. Windows color (decimal): -4270461 or 8640190. OLE color: 8640190.
HSL color Cylindrical-coordinate representation of color #BED683: hue angle of 77.35º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BED683 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 131 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.16 |
| HSL | 77.35º | 0.5% | 0.68% | - |
| HSV(B) | 77.35º | 0.39% | 0.84% | - |
| XYZ | 49.38 | 60.68 | 30.58 | - |
| YUV | 197.36 | 90.55 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 131 | 0.11 | 0 | 0.39 | 0.16 | 77.35 | 0.5 | 0.68 |
| Hex | BE | D6 | 83 | B | 0 | 27 | 10 | 4D | 32 | 44 |
| Octal | 276 | 326 | 203 | 13 | 0 | 47 | 20 | 115 | 62 | 104 |
| Binary | 10111110 | 11010110 | 10000011 | 1011 | 0 | 100111 | 10000 | 1001101 | 110010 | 1000100 |
Color Harmonies of #BED683
Complementary color
Monochromatic Colors of #BED683
Black with #BED683
Text Example
Text Example
White with #BED683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED683; }
p { color: rgb(190,214,131); }
H1.HeaderClassName
{
color: #BED683;
}
.AnyTagClassName
{
color: #BED683;
}
</style>
background-color css
<style>
a { background-color: #BED683; }
a { background-color: rgb(190,214,131); }
div.DivClassName
{
background-color: #BED683;
}
.BgClassName
{
background-color: #BED683;
}
</style>
border-color css
<style>
span { border-color: #BED683; }
span { border-color: rgb(190,214,131); }
td.TdClassName
{
border-color: #BED683;
}
.TagClassName
{
border-color: #BED683;
}
</style>