Shades of Sulu #BBDB8B
Tints of Sulu #BBDB8B
RGB
CMYK
RGB Variations
Color information
#BBDB8B (or 0xBBDB8B) is known color: Sulu. HEX triplet: BB, DB and 8B. RGB value is (187,219,139). Sum of RGB (Red+Green+Blue) = 187+219+139=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB8B is #442474. Grayscale: #C8C8C8. Windows color (decimal): -4465781 or 9165755. OLE color: 9165755.
HSL color Cylindrical-coordinate representation of color #BBDB8B: hue angle of 84º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BBDB8B is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 139 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.14 |
| HSL | 84º | 0.53% | 0.7% | - |
| HSV(B) | 84º | 0.37% | 0.86% | - |
| XYZ | 50.49 | 63.09 | 33.94 | - |
| YUV | 200.31 | 93.4 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 139 | 0.15 | 0 | 0.37 | 0.14 | 84 | 0.53 | 0.7 |
| Hex | BB | DB | 8B | F | 0 | 25 | E | 54 | 35 | 46 |
| Octal | 273 | 333 | 213 | 17 | 0 | 45 | 16 | 124 | 65 | 106 |
| Binary | 10111011 | 11011011 | 10001011 | 1111 | 0 | 100101 | 1110 | 1010100 | 110101 | 1000110 |
Color Harmonies of #BBDB8B
Complementary color
Monochromatic Colors of #BBDB8B
Black with #BBDB8B
Text Example
Text Example
White with #BBDB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB8B; }
p { color: rgb(187,219,139); }
H1.HeaderClassName
{
color: #BBDB8B;
}
.AnyTagClassName
{
color: #BBDB8B;
}
</style>
background-color css
<style>
a { background-color: #BBDB8B; }
a { background-color: rgb(187,219,139); }
div.DivClassName
{
background-color: #BBDB8B;
}
.BgClassName
{
background-color: #BBDB8B;
}
</style>
border-color css
<style>
span { border-color: #BBDB8B; }
span { border-color: rgb(187,219,139); }
td.TdClassName
{
border-color: #BBDB8B;
}
.TagClassName
{
border-color: #BBDB8B;
}
</style>