Shades of Fringy Flower #B6FCBB
Tints of Fringy Flower #B6FCBB
RGB
CMYK
RGB Variations
Color information
#B6FCBB (or 0xB6FCBB) is known color: Fringy Flower. HEX triplet: B6, FC and BB. RGB value is (182,252,187). Sum of RGB (Red+Green+Blue) = 182+252+187=621 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.31% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #B6FCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FCBB is #490344. Grayscale: #DFDFDF. Windows color (decimal): -4784965 or 12319926. OLE color: 12319926.
HSL color Cylindrical-coordinate representation of color #B6FCBB: hue angle of 124.29º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FCBB is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 252 | 187 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.01 |
| HSL | 124.29º | 0.92% | 0.85% | - |
| HSV(B) | 124.29º | 0.28% | 0.99% | - |
| XYZ | 63.07 | 83.15 | 59.74 | - |
| YUV | 223.66 | 107.31 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 252 | 187 | 0.28 | 0 | 0.26 | 0.01 | 124.29 | 0.92 | 0.85 |
| Hex | B6 | FC | BB | 1C | 0 | 1A | 1 | 7C | 5C | 55 |
| Octal | 266 | 374 | 273 | 34 | 0 | 32 | 1 | 174 | 134 | 125 |
| Binary | 10110110 | 11111100 | 10111011 | 11100 | 0 | 11010 | 1 | 1111100 | 1011100 | 1010101 |
Color Harmonies of #B6FCBB
Complementary color
Monochromatic Colors of #B6FCBB
Black with #B6FCBB
Text Example
Text Example
White with #B6FCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FCBB; }
p { color: rgb(182,252,187); }
H1.HeaderClassName
{
color: #B6FCBB;
}
.AnyTagClassName
{
color: #B6FCBB;
}
</style>
background-color css
<style>
a { background-color: #B6FCBB; }
a { background-color: rgb(182,252,187); }
div.DivClassName
{
background-color: #B6FCBB;
}
.BgClassName
{
background-color: #B6FCBB;
}
</style>
border-color css
<style>
span { border-color: #B6FCBB; }
span { border-color: rgb(182,252,187); }
td.TdClassName
{
border-color: #B6FCBB;
}
.TagClassName
{
border-color: #B6FCBB;
}
</style>