Shades of Sulu #BBFF6D
Tints of Sulu #BBFF6D
RGB
CMYK
RGB Variations
Color information
#BBFF6D (or 0xBBFF6D) is known color: Sulu. HEX triplet: BB, FF and 6D. RGB value is (187,255,109). Sum of RGB (Red+Green+Blue) = 187+255+109=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 109 (42.97% from 255 or 19.78% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF6D is #440092. Grayscale: #DADADA. Windows color (decimal): -4456595 or 7208891. OLE color: 7208891.
HSL color Cylindrical-coordinate representation of color #BBFF6D: hue angle of 87.95º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBFF6D is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 109 | - |
| CMYK | 0.27 | 0 | 0.57 | 0 |
| HSL | 87.95º | 1% | 0.71% | - |
| HSV(B) | 87.95º | 0.57% | 1% | - |
| XYZ | 59.01 | 83.19 | 27.41 | - |
| YUV | 218.02 | 66.47 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 109 | 0.27 | 0 | 0.57 | 0 | 87.95 | 1 | 0.71 |
| Hex | BB | FF | 6D | 1B | 0 | 39 | 0 | 58 | 64 | 47 |
| Octal | 273 | 377 | 155 | 33 | 0 | 71 | 0 | 130 | 144 | 107 |
| Binary | 10111011 | 11111111 | 1101101 | 11011 | 0 | 111001 | 0 | 1011000 | 1100100 | 1000111 |
Color Harmonies of #BBFF6D
Complementary color
Monochromatic Colors of #BBFF6D
Black with #BBFF6D
Text Example
Text Example
White with #BBFF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFF6D; }
p { color: rgb(187,255,109); }
H1.HeaderClassName
{
color: #BBFF6D;
}
.AnyTagClassName
{
color: #BBFF6D;
}
</style>
background-color css
<style>
a { background-color: #BBFF6D; }
a { background-color: rgb(187,255,109); }
div.DivClassName
{
background-color: #BBFF6D;
}
.BgClassName
{
background-color: #BBFF6D;
}
</style>
border-color css
<style>
span { border-color: #BBFF6D; }
span { border-color: rgb(187,255,109); }
td.TdClassName
{
border-color: #BBFF6D;
}
.TagClassName
{
border-color: #BBFF6D;
}
</style>