Shades of Sulu #BBF668
Tints of Sulu #BBF668
RGB
CMYK
RGB Variations
Color information
#BBF668 (or 0xBBF668) is known color: Sulu. HEX triplet: BB, F6 and 68. RGB value is (187,246,104). Sum of RGB (Red+Green+Blue) = 187+246+104=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF668 is #440997. Grayscale: #D4D4D4. Windows color (decimal): -4458904 or 6878907. OLE color: 6878907.
HSL color Cylindrical-coordinate representation of color #BBF668: hue angle of 84.93º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBF668 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 104 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.04 |
| HSL | 84.93º | 0.89% | 0.69% | - |
| HSV(B) | 84.93º | 0.58% | 0.96% | - |
| XYZ | 55.95 | 77.48 | 25.1 | - |
| YUV | 212.17 | 66.95 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 104 | 0.24 | 0 | 0.58 | 0.04 | 84.93 | 0.89 | 0.69 |
| Hex | BB | F6 | 68 | 18 | 0 | 3A | 4 | 55 | 59 | 45 |
| Octal | 273 | 366 | 150 | 30 | 0 | 72 | 4 | 125 | 131 | 105 |
| Binary | 10111011 | 11110110 | 1101000 | 11000 | 0 | 111010 | 100 | 1010101 | 1011001 | 1000101 |
Color Harmonies of #BBF668
Complementary color
Monochromatic Colors of #BBF668
Black with #BBF668
Text Example
Text Example
White with #BBF668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF668; }
p { color: rgb(187,246,104); }
H1.HeaderClassName
{
color: #BBF668;
}
.AnyTagClassName
{
color: #BBF668;
}
</style>
background-color css
<style>
a { background-color: #BBF668; }
a { background-color: rgb(187,246,104); }
div.DivClassName
{
background-color: #BBF668;
}
.BgClassName
{
background-color: #BBF668;
}
</style>
border-color css
<style>
span { border-color: #BBF668; }
span { border-color: rgb(187,246,104); }
td.TdClassName
{
border-color: #BBF668;
}
.TagClassName
{
border-color: #BBF668;
}
</style>