Shades of Sulu #BEDF8B
Tints of Sulu #BEDF8B
RGB
CMYK
RGB Variations
Color information
#BEDF8B (or 0xBEDF8B) is known color: Sulu. HEX triplet: BE, DF and 8B. RGB value is (190,223,139). Sum of RGB (Red+Green+Blue) = 190+223+139=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 223 (87.5% from 255 or 40.40% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEDF8B is #412074. Grayscale: #CBCBCB. Windows color (decimal): -4268149 or 9166782. OLE color: 9166782.
HSL color Cylindrical-coordinate representation of color #BEDF8B: hue angle of 83.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEDF8B is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 223 | 139 | - |
| CMYK | 0.15 | 0 | 0.38 | 0.13 |
| HSL | 83.57º | 0.57% | 0.71% | - |
| HSV(B) | 83.57º | 0.38% | 0.87% | - |
| XYZ | 52.28 | 65.59 | 34.33 | - |
| YUV | 203.56 | 91.57 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 223 | 139 | 0.15 | 0 | 0.38 | 0.13 | 83.57 | 0.57 | 0.71 |
| Hex | BE | DF | 8B | F | 0 | 26 | D | 54 | 39 | 47 |
| Octal | 276 | 337 | 213 | 17 | 0 | 46 | 15 | 124 | 71 | 107 |
| Binary | 10111110 | 11011111 | 10001011 | 1111 | 0 | 100110 | 1101 | 1010100 | 111001 | 1000111 |
Color Harmonies of #BEDF8B
Complementary color
Monochromatic Colors of #BEDF8B
Black with #BEDF8B
Text Example
Text Example
White with #BEDF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDF8B; }
p { color: rgb(190,223,139); }
H1.HeaderClassName
{
color: #BEDF8B;
}
.AnyTagClassName
{
color: #BEDF8B;
}
</style>
background-color css
<style>
a { background-color: #BEDF8B; }
a { background-color: rgb(190,223,139); }
div.DivClassName
{
background-color: #BEDF8B;
}
.BgClassName
{
background-color: #BEDF8B;
}
</style>
border-color css
<style>
span { border-color: #BEDF8B; }
span { border-color: rgb(190,223,139); }
td.TdClassName
{
border-color: #BEDF8B;
}
.TagClassName
{
border-color: #BEDF8B;
}
</style>