Shades of Fringy Flower #BBFBBB
Tints of Fringy Flower #BBFBBB
RGB
CMYK
RGB Variations
Color information
#BBFBBB (or 0xBBFBBB) is known color: Fringy Flower. HEX triplet: BB, FB and BB. RGB value is (187,251,187). Sum of RGB (Red+Green+Blue) = 187+251+187=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBBB is #440444. Grayscale: #E0E0E0. Windows color (decimal): -4457541 or 12319675. OLE color: 12319675.
HSL color Cylindrical-coordinate representation of color #BBFBBB: hue angle of 120º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBBB is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 187 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.02 |
| HSL | 120º | 0.89% | 0.86% | - |
| HSV(B) | 120º | 0.25% | 0.98% | - |
| XYZ | 63.96 | 83.15 | 59.69 | - |
| YUV | 224.57 | 106.8 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 187 | 0.25 | 0 | 0.25 | 0.02 | 120 | 0.89 | 0.86 |
| Hex | BB | FB | BB | 19 | 0 | 19 | 2 | 78 | 59 | 56 |
| Octal | 273 | 373 | 273 | 31 | 0 | 31 | 2 | 170 | 131 | 126 |
| Binary | 10111011 | 11111011 | 10111011 | 11001 | 0 | 11001 | 10 | 1111000 | 1011001 | 1010110 |
Color Harmonies of #BBFBBB
Complementary color
Monochromatic Colors of #BBFBBB
Black with #BBFBBB
Text Example
Text Example
White with #BBFBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBBB; }
p { color: rgb(187,251,187); }
H1.HeaderClassName
{
color: #BBFBBB;
}
.AnyTagClassName
{
color: #BBFBBB;
}
</style>
background-color css
<style>
a { background-color: #BBFBBB; }
a { background-color: rgb(187,251,187); }
div.DivClassName
{
background-color: #BBFBBB;
}
.BgClassName
{
background-color: #BBFBBB;
}
</style>
border-color css
<style>
span { border-color: #BBFBBB; }
span { border-color: rgb(187,251,187); }
td.TdClassName
{
border-color: #BBFBBB;
}
.TagClassName
{
border-color: #BBFBBB;
}
</style>