Shades of Sulu #BBF068
Tints of Sulu #BBF068
RGB
CMYK
RGB Variations
Color information
#BBF068 (or 0xBBF068) is known color: Sulu. HEX triplet: BB, F0 and 68. RGB value is (187,240,104). Sum of RGB (Red+Green+Blue) = 187+240+104=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF068 is #440F97. Grayscale: #D1D1D1. Windows color (decimal): -4460440 or 6877371. OLE color: 6877371.
HSL color Cylindrical-coordinate representation of color #BBF068: hue angle of 83.38º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBF068 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 104 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.06 |
| HSL | 83.38º | 0.82% | 0.67% | - |
| HSV(B) | 83.38º | 0.57% | 0.94% | - |
| XYZ | 54.15 | 73.88 | 24.5 | - |
| YUV | 208.65 | 68.94 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 104 | 0.22 | 0 | 0.57 | 0.06 | 83.38 | 0.82 | 0.67 |
| Hex | BB | F0 | 68 | 16 | 0 | 39 | 6 | 53 | 52 | 43 |
| Octal | 273 | 360 | 150 | 26 | 0 | 71 | 6 | 123 | 122 | 103 |
| Binary | 10111011 | 11110000 | 1101000 | 10110 | 0 | 111001 | 110 | 1010011 | 1010010 | 1000011 |
Color Harmonies of #BBF068
Complementary color
Monochromatic Colors of #BBF068
Black with #BBF068
Text Example
Text Example
White with #BBF068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF068; }
p { color: rgb(187,240,104); }
H1.HeaderClassName
{
color: #BBF068;
}
.AnyTagClassName
{
color: #BBF068;
}
</style>
background-color css
<style>
a { background-color: #BBF068; }
a { background-color: rgb(187,240,104); }
div.DivClassName
{
background-color: #BBF068;
}
.BgClassName
{
background-color: #BBF068;
}
</style>
border-color css
<style>
span { border-color: #BBF068; }
span { border-color: rgb(187,240,104); }
td.TdClassName
{
border-color: #BBF068;
}
.TagClassName
{
border-color: #BBF068;
}
</style>