Shades of Sulu #BBDF8B
Tints of Sulu #BBDF8B
RGB
CMYK
RGB Variations
Color information
#BBDF8B (or 0xBBDF8B) is known color: Sulu. HEX triplet: BB, DF and 8B. RGB value is (187,223,139). Sum of RGB (Red+Green+Blue) = 187+223+139=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 139 (54.69% from 255 or 25.32% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF8B is #442074. Grayscale: #CACACA. Windows color (decimal): -4464757 or 9166779. OLE color: 9166779.
HSL color Cylindrical-coordinate representation of color #BBDF8B: hue angle of 85.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BBDF8B is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 139 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.13 |
| HSL | 85.71º | 0.57% | 0.71% | - |
| HSV(B) | 85.71º | 0.38% | 0.87% | - |
| XYZ | 51.54 | 65.2 | 34.3 | - |
| YUV | 202.66 | 92.07 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 139 | 0.16 | 0 | 0.38 | 0.13 | 85.71 | 0.57 | 0.71 |
| Hex | BB | DF | 8B | 10 | 0 | 26 | D | 56 | 39 | 47 |
| Octal | 273 | 337 | 213 | 20 | 0 | 46 | 15 | 126 | 71 | 107 |
| Binary | 10111011 | 11011111 | 10001011 | 10000 | 0 | 100110 | 1101 | 1010110 | 111001 | 1000111 |
Color Harmonies of #BBDF8B
Complementary color
Monochromatic Colors of #BBDF8B
Black with #BBDF8B
Text Example
Text Example
White with #BBDF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF8B; }
p { color: rgb(187,223,139); }
H1.HeaderClassName
{
color: #BBDF8B;
}
.AnyTagClassName
{
color: #BBDF8B;
}
</style>
background-color css
<style>
a { background-color: #BBDF8B; }
a { background-color: rgb(187,223,139); }
div.DivClassName
{
background-color: #BBDF8B;
}
.BgClassName
{
background-color: #BBDF8B;
}
</style>
border-color css
<style>
span { border-color: #BBDF8B; }
span { border-color: rgb(187,223,139); }
td.TdClassName
{
border-color: #BBDF8B;
}
.TagClassName
{
border-color: #BBDF8B;
}
</style>