Shades of Sulu #BBDA86
Tints of Sulu #BBDA86
RGB
CMYK
RGB Variations
Color information
#BBDA86 (or 0xBBDA86) is known color: Sulu. HEX triplet: BB, DA and 86. RGB value is (187,218,134). Sum of RGB (Red+Green+Blue) = 187+218+134=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 218 (85.55% from 255 or 40.45% from 539); Blue value is 134 (52.73% from 255 or 24.86% from 539); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA86 is #442579. Grayscale: #C7C7C7. Windows color (decimal): -4466042 or 8837819. OLE color: 8837819.
HSL color Cylindrical-coordinate representation of color #BBDA86: hue angle of 82.14º degrees, saturation: 0.53, 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 #BBDA86 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 134 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.15 |
| HSL | 82.14º | 0.53% | 0.69% | - |
| HSV(B) | 82.14º | 0.39% | 0.85% | - |
| XYZ | 49.87 | 62.43 | 31.98 | - |
| YUV | 199.16 | 91.23 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 134 | 0.14 | 0 | 0.39 | 0.15 | 82.14 | 0.53 | 0.69 |
| Hex | BB | DA | 86 | E | 0 | 27 | F | 52 | 35 | 45 |
| Octal | 273 | 332 | 206 | 16 | 0 | 47 | 17 | 122 | 65 | 105 |
| Binary | 10111011 | 11011010 | 10000110 | 1110 | 0 | 100111 | 1111 | 1010010 | 110101 | 1000101 |
Color Harmonies of #BBDA86
Complementary color
Monochromatic Colors of #BBDA86
Black with #BBDA86
Text Example
Text Example
White with #BBDA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA86; }
p { color: rgb(187,218,134); }
H1.HeaderClassName
{
color: #BBDA86;
}
.AnyTagClassName
{
color: #BBDA86;
}
</style>
background-color css
<style>
a { background-color: #BBDA86; }
a { background-color: rgb(187,218,134); }
div.DivClassName
{
background-color: #BBDA86;
}
.BgClassName
{
background-color: #BBDA86;
}
</style>
border-color css
<style>
span { border-color: #BBDA86; }
span { border-color: rgb(187,218,134); }
td.TdClassName
{
border-color: #BBDA86;
}
.TagClassName
{
border-color: #BBDA86;
}
</style>