Shades of Sulu #BBDF83
Tints of Sulu #BBDF83
RGB
CMYK
RGB Variations
Color information
#BBDF83 (or 0xBBDF83) is known color: Sulu. HEX triplet: BB, DF and 83. RGB value is (187,223,131). Sum of RGB (Red+Green+Blue) = 187+223+131=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 131 (51.56% from 255 or 24.21% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF83 is #44207C. Grayscale: #CACACA. Windows color (decimal): -4464765 or 8642491. OLE color: 8642491.
HSL color Cylindrical-coordinate representation of color #BBDF83: hue angle of 83.48º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBDF83 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 131 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.13 |
| HSL | 83.48º | 0.59% | 0.69% | - |
| HSV(B) | 83.48º | 0.41% | 0.87% | - |
| XYZ | 50.98 | 64.98 | 31.33 | - |
| YUV | 201.75 | 88.07 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 131 | 0.16 | 0 | 0.41 | 0.13 | 83.48 | 0.59 | 0.69 |
| Hex | BB | DF | 83 | 10 | 0 | 29 | D | 53 | 3B | 45 |
| Octal | 273 | 337 | 203 | 20 | 0 | 51 | 15 | 123 | 73 | 105 |
| Binary | 10111011 | 11011111 | 10000011 | 10000 | 0 | 101001 | 1101 | 1010011 | 111011 | 1000101 |
Color Harmonies of #BBDF83
Complementary color
Monochromatic Colors of #BBDF83
Black with #BBDF83
Text Example
Text Example
White with #BBDF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF83; }
p { color: rgb(187,223,131); }
H1.HeaderClassName
{
color: #BBDF83;
}
.AnyTagClassName
{
color: #BBDF83;
}
</style>
background-color css
<style>
a { background-color: #BBDF83; }
a { background-color: rgb(187,223,131); }
div.DivClassName
{
background-color: #BBDF83;
}
.BgClassName
{
background-color: #BBDF83;
}
</style>
border-color css
<style>
span { border-color: #BBDF83; }
span { border-color: rgb(187,223,131); }
td.TdClassName
{
border-color: #BBDF83;
}
.TagClassName
{
border-color: #BBDF83;
}
</style>