Shades of Fringy Flower #BBF6BB
Tints of Fringy Flower #BBF6BB
RGB
CMYK
RGB Variations
Color information
#BBF6BB (or 0xBBF6BB) is known color: Fringy Flower. HEX triplet: BB, F6 and BB. RGB value is (187,246,187). Sum of RGB (Red+Green+Blue) = 187+246+187=620 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.16% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF6BB is #440944. Grayscale: #DDDDDD. Windows color (decimal): -4458821 or 12318395. OLE color: 12318395.
HSL color Cylindrical-coordinate representation of color #BBF6BB: hue angle of 120º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF6BB is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 187 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.04 |
| HSL | 120º | 0.77% | 0.85% | - |
| HSV(B) | 120º | 0.24% | 0.96% | - |
| XYZ | 62.42 | 80.06 | 59.18 | - |
| YUV | 221.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 187 | 0.24 | 0 | 0.24 | 0.04 | 120 | 0.77 | 0.85 |
| Hex | BB | F6 | BB | 18 | 0 | 18 | 4 | 78 | 4D | 55 |
| Octal | 273 | 366 | 273 | 30 | 0 | 30 | 4 | 170 | 115 | 125 |
| Binary | 10111011 | 11110110 | 10111011 | 11000 | 0 | 11000 | 100 | 1111000 | 1001101 | 1010101 |
Color Harmonies of #BBF6BB
Complementary color
Monochromatic Colors of #BBF6BB
Black with #BBF6BB
Text Example
Text Example
White with #BBF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF6BB; }
p { color: rgb(187,246,187); }
H1.HeaderClassName
{
color: #BBF6BB;
}
.AnyTagClassName
{
color: #BBF6BB;
}
</style>
background-color css
<style>
a { background-color: #BBF6BB; }
a { background-color: rgb(187,246,187); }
div.DivClassName
{
background-color: #BBF6BB;
}
.BgClassName
{
background-color: #BBF6BB;
}
</style>
border-color css
<style>
span { border-color: #BBF6BB; }
span { border-color: rgb(187,246,187); }
td.TdClassName
{
border-color: #BBF6BB;
}
.TagClassName
{
border-color: #BBF6BB;
}
</style>