Shades of Sulu #BBF06C
Tints of Sulu #BBF06C
RGB
CMYK
RGB Variations
Color information
#BBF06C (or 0xBBF06C) is known color: Sulu. HEX triplet: BB, F0 and 6C. RGB value is (187,240,108). Sum of RGB (Red+Green+Blue) = 187+240+108=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF06C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF06C is #440F93. Grayscale: #D1D1D1. Windows color (decimal): -4460436 or 7139515. OLE color: 7139515.
HSL color Cylindrical-coordinate representation of color #BBF06C: hue angle of 84.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBF06C is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 108 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.06 |
| HSL | 84.09º | 0.81% | 0.68% | - |
| HSV(B) | 84.09º | 0.55% | 0.94% | - |
| XYZ | 54.36 | 73.97 | 25.6 | - |
| YUV | 209.11 | 70.94 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 108 | 0.22 | 0 | 0.55 | 0.06 | 84.09 | 0.81 | 0.68 |
| Hex | BB | F0 | 6C | 16 | 0 | 37 | 6 | 54 | 51 | 44 |
| Octal | 273 | 360 | 154 | 26 | 0 | 67 | 6 | 124 | 121 | 104 |
| Binary | 10111011 | 11110000 | 1101100 | 10110 | 0 | 110111 | 110 | 1010100 | 1010001 | 1000100 |
Color Harmonies of #BBF06C
Complementary color
Monochromatic Colors of #BBF06C
Black with #BBF06C
Text Example
Text Example
White with #BBF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF06C; }
p { color: rgb(187,240,108); }
H1.HeaderClassName
{
color: #BBF06C;
}
.AnyTagClassName
{
color: #BBF06C;
}
</style>
background-color css
<style>
a { background-color: #BBF06C; }
a { background-color: rgb(187,240,108); }
div.DivClassName
{
background-color: #BBF06C;
}
.BgClassName
{
background-color: #BBF06C;
}
</style>
border-color css
<style>
span { border-color: #BBF06C; }
span { border-color: rgb(187,240,108); }
td.TdClassName
{
border-color: #BBF06C;
}
.TagClassName
{
border-color: #BBF06C;
}
</style>