Shades of Sulu #BBDA83
Tints of Sulu #BBDA83
RGB
CMYK
RGB Variations
Color information
#BBDA83 (or 0xBBDA83) is known color: Sulu. HEX triplet: BB, DA and 83. RGB value is (187,218,131). Sum of RGB (Red+Green+Blue) = 187+218+131=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 131 (51.56% from 255 or 24.44% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA83 is #44257C. Grayscale: #C7C7C7. Windows color (decimal): -4466045 or 8641211. OLE color: 8641211.
HSL color Cylindrical-coordinate representation of color #BBDA83: hue angle of 81.38º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBDA83 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 131 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.15 |
| HSL | 81.38º | 0.54% | 0.68% | - |
| HSV(B) | 81.38º | 0.4% | 0.85% | - |
| XYZ | 49.66 | 62.35 | 30.89 | - |
| YUV | 198.81 | 89.73 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 131 | 0.14 | 0 | 0.40 | 0.15 | 81.38 | 0.54 | 0.68 |
| Hex | BB | DA | 83 | E | 0 | 28 | F | 51 | 36 | 44 |
| Octal | 273 | 332 | 203 | 16 | 0 | 50 | 17 | 121 | 66 | 104 |
| Binary | 10111011 | 11011010 | 10000011 | 1110 | 0 | 101000 | 1111 | 1010001 | 110110 | 1000100 |
Color Harmonies of #BBDA83
Complementary color
Monochromatic Colors of #BBDA83
Black with #BBDA83
Text Example
Text Example
White with #BBDA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA83; }
p { color: rgb(187,218,131); }
H1.HeaderClassName
{
color: #BBDA83;
}
.AnyTagClassName
{
color: #BBDA83;
}
</style>
background-color css
<style>
a { background-color: #BBDA83; }
a { background-color: rgb(187,218,131); }
div.DivClassName
{
background-color: #BBDA83;
}
.BgClassName
{
background-color: #BBDA83;
}
</style>
border-color css
<style>
span { border-color: #BBDA83; }
span { border-color: rgb(187,218,131); }
td.TdClassName
{
border-color: #BBDA83;
}
.TagClassName
{
border-color: #BBDA83;
}
</style>