Shades of Sulu #BBDA84
Tints of Sulu #BBDA84
RGB
CMYK
RGB Variations
Color information
#BBDA84 (or 0xBBDA84) is known color: Sulu. HEX triplet: BB, DA and 84. RGB value is (187,218,132). Sum of RGB (Red+Green+Blue) = 187+218+132=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA84 is #44257B. Grayscale: #C7C7C7. Windows color (decimal): -4466044 or 8706747. OLE color: 8706747.
HSL color Cylindrical-coordinate representation of color #BBDA84: hue angle of 81.63º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BBDA84 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 132 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.15 |
| HSL | 81.63º | 0.54% | 0.69% | - |
| HSV(B) | 81.63º | 0.39% | 0.85% | - |
| XYZ | 49.73 | 62.37 | 31.25 | - |
| YUV | 198.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 132 | 0.14 | 0 | 0.39 | 0.15 | 81.63 | 0.54 | 0.69 |
| Hex | BB | DA | 84 | E | 0 | 27 | F | 52 | 36 | 45 |
| Octal | 273 | 332 | 204 | 16 | 0 | 47 | 17 | 122 | 66 | 105 |
| Binary | 10111011 | 11011010 | 10000100 | 1110 | 0 | 100111 | 1111 | 1010010 | 110110 | 1000101 |
Color Harmonies of #BBDA84
Complementary color
Monochromatic Colors of #BBDA84
Black with #BBDA84
Text Example
Text Example
White with #BBDA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA84; }
p { color: rgb(187,218,132); }
H1.HeaderClassName
{
color: #BBDA84;
}
.AnyTagClassName
{
color: #BBDA84;
}
</style>
background-color css
<style>
a { background-color: #BBDA84; }
a { background-color: rgb(187,218,132); }
div.DivClassName
{
background-color: #BBDA84;
}
.BgClassName
{
background-color: #BBDA84;
}
</style>
border-color css
<style>
span { border-color: #BBDA84; }
span { border-color: rgb(187,218,132); }
td.TdClassName
{
border-color: #BBDA84;
}
.TagClassName
{
border-color: #BBDA84;
}
</style>