Shades of Fringy Flower #BBFBC0
Tints of Fringy Flower #BBFBC0
RGB
CMYK
RGB Variations
Color information
#BBFBC0 (or 0xBBFBC0) is known color: Fringy Flower. HEX triplet: BB, FB and C0. RGB value is (187,251,192). Sum of RGB (Red+Green+Blue) = 187+251+192=630 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.68% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 192 (75.39% from 255 or 30.48% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBC0 is #44043F. Grayscale: #E1E1E1. Windows color (decimal): -4457536 or 12647355. OLE color: 12647355.
HSL color Cylindrical-coordinate representation of color #BBFBC0: hue angle of 124.69º 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 #BBFBC0 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 251 | 192 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.02 |
| HSL | 124.69º | 0.89% | 0.86% | - |
| HSV(B) | 124.69º | 0.25% | 0.98% | - |
| XYZ | 64.51 | 83.36 | 62.56 | - |
| YUV | 225.14 | 109.3 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 251 | 192 | 0.25 | 0 | 0.24 | 0.02 | 124.69 | 0.89 | 0.86 |
| Hex | BB | FB | C0 | 19 | 0 | 18 | 2 | 7D | 59 | 56 |
| Octal | 273 | 373 | 300 | 31 | 0 | 30 | 2 | 175 | 131 | 126 |
| Binary | 10111011 | 11111011 | 11000000 | 11001 | 0 | 11000 | 10 | 1111101 | 1011001 | 1010110 |
Color Harmonies of #BBFBC0
Complementary color
Monochromatic Colors of #BBFBC0
Black with #BBFBC0
Text Example
Text Example
White with #BBFBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFBC0; }
p { color: rgb(187,251,192); }
H1.HeaderClassName
{
color: #BBFBC0;
}
.AnyTagClassName
{
color: #BBFBC0;
}
</style>
background-color css
<style>
a { background-color: #BBFBC0; }
a { background-color: rgb(187,251,192); }
div.DivClassName
{
background-color: #BBFBC0;
}
.BgClassName
{
background-color: #BBFBC0;
}
</style>
border-color css
<style>
span { border-color: #BBFBC0; }
span { border-color: rgb(187,251,192); }
td.TdClassName
{
border-color: #BBFBC0;
}
.TagClassName
{
border-color: #BBFBC0;
}
</style>