Shades of Sulu #BBDB7F
Tints of Sulu #BBDB7F
RGB
CMYK
RGB Variations
Color information
#BBDB7F (or 0xBBDB7F) is known color: Sulu. HEX triplet: BB, DB and 7F. RGB value is (187,219,127). Sum of RGB (Red+Green+Blue) = 187+219+127=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB7F is #442480. Grayscale: #C7C7C7. Windows color (decimal): -4465793 or 8379323. OLE color: 8379323.
HSL color Cylindrical-coordinate representation of color #BBDB7F: hue angle of 80.87º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBDB7F is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 127 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.14 |
| HSL | 80.87º | 0.56% | 0.68% | - |
| HSV(B) | 80.87º | 0.42% | 0.86% | - |
| XYZ | 49.66 | 62.76 | 29.58 | - |
| YUV | 198.94 | 87.4 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 127 | 0.15 | 0 | 0.42 | 0.14 | 80.87 | 0.56 | 0.68 |
| Hex | BB | DB | 7F | F | 0 | 2A | E | 51 | 38 | 44 |
| Octal | 273 | 333 | 177 | 17 | 0 | 52 | 16 | 121 | 70 | 104 |
| Binary | 10111011 | 11011011 | 1111111 | 1111 | 0 | 101010 | 1110 | 1010001 | 111000 | 1000100 |
Color Harmonies of #BBDB7F
Complementary color
Monochromatic Colors of #BBDB7F
Black with #BBDB7F
Text Example
Text Example
White with #BBDB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB7F; }
p { color: rgb(187,219,127); }
H1.HeaderClassName
{
color: #BBDB7F;
}
.AnyTagClassName
{
color: #BBDB7F;
}
</style>
background-color css
<style>
a { background-color: #BBDB7F; }
a { background-color: rgb(187,219,127); }
div.DivClassName
{
background-color: #BBDB7F;
}
.BgClassName
{
background-color: #BBDB7F;
}
</style>
border-color css
<style>
span { border-color: #BBDB7F; }
span { border-color: rgb(187,219,127); }
td.TdClassName
{
border-color: #BBDB7F;
}
.TagClassName
{
border-color: #BBDB7F;
}
</style>