Shades of Sulu #BDEB91
Tints of Sulu #BDEB91
RGB
CMYK
RGB Variations
Color information
#BDEB91 (or 0xBDEB91) is known color: Sulu. HEX triplet: BD, EB and 91. RGB value is (189,235,145). Sum of RGB (Red+Green+Blue) = 189+235+145=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 145 (57.03% from 255 or 25.48% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDEB91 is #42146E. Grayscale: #D3D3D3. Windows color (decimal): -4330607 or 9563069. OLE color: 9563069.
HSL color Cylindrical-coordinate representation of color #BDEB91: hue angle of 90.67º 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 #BDEB91 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 145 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.08 |
| HSL | 90.67º | 0.69% | 0.75% | - |
| HSV(B) | 90.67º | 0.38% | 0.92% | - |
| XYZ | 55.81 | 72.28 | 37.8 | - |
| YUV | 210.99 | 90.76 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 145 | 0.20 | 0 | 0.38 | 0.08 | 90.67 | 0.69 | 0.75 |
| Hex | BD | EB | 91 | 14 | 0 | 26 | 8 | 5B | 45 | 4B |
| Octal | 275 | 353 | 221 | 24 | 0 | 46 | 10 | 133 | 105 | 113 |
| Binary | 10111101 | 11101011 | 10010001 | 10100 | 0 | 100110 | 1000 | 1011011 | 1000101 | 1001011 |
Color Harmonies of #BDEB91
Complementary color
Monochromatic Colors of #BDEB91
Black with #BDEB91
Text Example
Text Example
White with #BDEB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEB91; }
p { color: rgb(189,235,145); }
H1.HeaderClassName
{
color: #BDEB91;
}
.AnyTagClassName
{
color: #BDEB91;
}
</style>
background-color css
<style>
a { background-color: #BDEB91; }
a { background-color: rgb(189,235,145); }
div.DivClassName
{
background-color: #BDEB91;
}
.BgClassName
{
background-color: #BDEB91;
}
</style>
border-color css
<style>
span { border-color: #BDEB91; }
span { border-color: rgb(189,235,145); }
td.TdClassName
{
border-color: #BDEB91;
}
.TagClassName
{
border-color: #BDEB91;
}
</style>