Shades of Sulu #BBF669
Tints of Sulu #BBF669
RGB
CMYK
RGB Variations
Color information
#BBF669 (or 0xBBF669) is known color: Sulu. HEX triplet: BB, F6 and 69. RGB value is (187,246,105). Sum of RGB (Red+Green+Blue) = 187+246+105=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF669 is #440996. Grayscale: #D4D4D4. Windows color (decimal): -4458903 or 6944443. OLE color: 6944443.
HSL color Cylindrical-coordinate representation of color #BBF669: hue angle of 85.11º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BBF669 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 105 | - |
| CMYK | 0.24 | 0 | 0.57 | 0.04 |
| HSL | 85.11º | 0.89% | 0.69% | - |
| HSV(B) | 85.11º | 0.57% | 0.96% | - |
| XYZ | 56 | 77.5 | 25.37 | - |
| YUV | 212.29 | 67.45 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 105 | 0.24 | 0 | 0.57 | 0.04 | 85.11 | 0.89 | 0.69 |
| Hex | BB | F6 | 69 | 18 | 0 | 39 | 4 | 55 | 59 | 45 |
| Octal | 273 | 366 | 151 | 30 | 0 | 71 | 4 | 125 | 131 | 105 |
| Binary | 10111011 | 11110110 | 1101001 | 11000 | 0 | 111001 | 100 | 1010101 | 1011001 | 1000101 |
Color Harmonies of #BBF669
Complementary color
Monochromatic Colors of #BBF669
Black with #BBF669
Text Example
Text Example
White with #BBF669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF669; }
p { color: rgb(187,246,105); }
H1.HeaderClassName
{
color: #BBF669;
}
.AnyTagClassName
{
color: #BBF669;
}
</style>
background-color css
<style>
a { background-color: #BBF669; }
a { background-color: rgb(187,246,105); }
div.DivClassName
{
background-color: #BBF669;
}
.BgClassName
{
background-color: #BBF669;
}
</style>
border-color css
<style>
span { border-color: #BBF669; }
span { border-color: rgb(187,246,105); }
td.TdClassName
{
border-color: #BBF669;
}
.TagClassName
{
border-color: #BBF669;
}
</style>