Shades of Sulu #BBF384
Tints of Sulu #BBF384
RGB
CMYK
RGB Variations
Color information
#BBF384 (or 0xBBF384) is known color: Sulu. HEX triplet: BB, F3 and 84. RGB value is (187,243,132). Sum of RGB (Red+Green+Blue) = 187+243+132=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 132 (51.95% from 255 or 23.49% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF384 is #440C7B. Grayscale: #D5D5D5. Windows color (decimal): -4459644 or 8713147. OLE color: 8713147.
HSL color Cylindrical-coordinate representation of color #BBF384: hue angle of 90.27º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBF384 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 132 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.05 |
| HSL | 90.27º | 0.82% | 0.74% | - |
| HSV(B) | 90.27º | 0.46% | 0.95% | - |
| XYZ | 56.71 | 76.33 | 33.57 | - |
| YUV | 213.6 | 81.95 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 132 | 0.23 | 0 | 0.46 | 0.05 | 90.27 | 0.82 | 0.74 |
| Hex | BB | F3 | 84 | 17 | 0 | 2E | 5 | 5A | 52 | 4A |
| Octal | 273 | 363 | 204 | 27 | 0 | 56 | 5 | 132 | 122 | 112 |
| Binary | 10111011 | 11110011 | 10000100 | 10111 | 0 | 101110 | 101 | 1011010 | 1010010 | 1001010 |
Color Harmonies of #BBF384
Complementary color
Monochromatic Colors of #BBF384
Black with #BBF384
Text Example
Text Example
White with #BBF384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF384; }
p { color: rgb(187,243,132); }
H1.HeaderClassName
{
color: #BBF384;
}
.AnyTagClassName
{
color: #BBF384;
}
</style>
background-color css
<style>
a { background-color: #BBF384; }
a { background-color: rgb(187,243,132); }
div.DivClassName
{
background-color: #BBF384;
}
.BgClassName
{
background-color: #BBF384;
}
</style>
border-color css
<style>
span { border-color: #BBF384; }
span { border-color: rgb(187,243,132); }
td.TdClassName
{
border-color: #BBF384;
}
.TagClassName
{
border-color: #BBF384;
}
</style>