Shades of Sulu #BBDA7F
Tints of Sulu #BBDA7F
RGB
CMYK
RGB Variations
Color information
#BBDA7F (or 0xBBDA7F) is known color: Sulu. HEX triplet: BB, DA and 7F. RGB value is (187,218,127). Sum of RGB (Red+Green+Blue) = 187+218+127=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA7F is #442580. Grayscale: #C6C6C6. Windows color (decimal): -4466049 or 8379067. OLE color: 8379067.
HSL color Cylindrical-coordinate representation of color #BBDA7F: hue angle of 80.44º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BBDA7F is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 127 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.15 |
| HSL | 80.44º | 0.55% | 0.68% | - |
| HSV(B) | 80.44º | 0.42% | 0.85% | - |
| XYZ | 49.4 | 62.24 | 29.49 | - |
| YUV | 198.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 127 | 0.14 | 0 | 0.42 | 0.15 | 80.44 | 0.55 | 0.68 |
| Hex | BB | DA | 7F | E | 0 | 2A | F | 50 | 37 | 44 |
| Octal | 273 | 332 | 177 | 16 | 0 | 52 | 17 | 120 | 67 | 104 |
| Binary | 10111011 | 11011010 | 1111111 | 1110 | 0 | 101010 | 1111 | 1010000 | 110111 | 1000100 |
Color Harmonies of #BBDA7F
Complementary color
Monochromatic Colors of #BBDA7F
Black with #BBDA7F
Text Example
Text Example
White with #BBDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA7F; }
p { color: rgb(187,218,127); }
H1.HeaderClassName
{
color: #BBDA7F;
}
.AnyTagClassName
{
color: #BBDA7F;
}
</style>
background-color css
<style>
a { background-color: #BBDA7F; }
a { background-color: rgb(187,218,127); }
div.DivClassName
{
background-color: #BBDA7F;
}
.BgClassName
{
background-color: #BBDA7F;
}
</style>
border-color css
<style>
span { border-color: #BBDA7F; }
span { border-color: rgb(187,218,127); }
td.TdClassName
{
border-color: #BBDA7F;
}
.TagClassName
{
border-color: #BBDA7F;
}
</style>