Shades of Sulu #BDEB92
Tints of Sulu #BDEB92
RGB
CMYK
RGB Variations
Color information
#BDEB92 (or 0xBDEB92) is known color: Sulu. HEX triplet: BD, EB and 92. RGB value is (189,235,146). Sum of RGB (Red+Green+Blue) = 189+235+146=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 146 (57.42% from 255 or 25.61% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEB92 is #42146D. Grayscale: #D3D3D3. Windows color (decimal): -4330606 or 9628605. OLE color: 9628605.
HSL color Cylindrical-coordinate representation of color #BDEB92: hue angle of 91.01º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDEB92 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 146 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.08 |
| HSL | 91.01º | 0.69% | 0.75% | - |
| HSV(B) | 91.01º | 0.38% | 0.92% | - |
| XYZ | 55.88 | 72.31 | 38.21 | - |
| YUV | 211.1 | 91.26 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 146 | 0.20 | 0 | 0.38 | 0.08 | 91.01 | 0.69 | 0.75 |
| Hex | BD | EB | 92 | 14 | 0 | 26 | 8 | 5B | 45 | 4B |
| Octal | 275 | 353 | 222 | 24 | 0 | 46 | 10 | 133 | 105 | 113 |
| Binary | 10111101 | 11101011 | 10010010 | 10100 | 0 | 100110 | 1000 | 1011011 | 1000101 | 1001011 |
Color Harmonies of #BDEB92
Complementary color
Monochromatic Colors of #BDEB92
Black with #BDEB92
Text Example
Text Example
White with #BDEB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEB92; }
p { color: rgb(189,235,146); }
H1.HeaderClassName
{
color: #BDEB92;
}
.AnyTagClassName
{
color: #BDEB92;
}
</style>
background-color css
<style>
a { background-color: #BDEB92; }
a { background-color: rgb(189,235,146); }
div.DivClassName
{
background-color: #BDEB92;
}
.BgClassName
{
background-color: #BDEB92;
}
</style>
border-color css
<style>
span { border-color: #BDEB92; }
span { border-color: rgb(189,235,146); }
td.TdClassName
{
border-color: #BDEB92;
}
.TagClassName
{
border-color: #BDEB92;
}
</style>