Shades of Fringy Flower #B6FFBA
Tints of Fringy Flower #B6FFBA
RGB
CMYK
RGB Variations
Color information
#B6FFBA (or 0xB6FFBA) is known color: Fringy Flower. HEX triplet: B6, FF and BA. RGB value is (182,255,186). Sum of RGB (Red+Green+Blue) = 182+255+186=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 255 (100% from 255 or 40.93% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFBA is #490045. Grayscale: #E1E1E1. Windows color (decimal): -4784198 or 12255158. OLE color: 12255158.
HSL color Cylindrical-coordinate representation of color #B6FFBA: hue angle of 123.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFBA is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 186 | - |
| CMYK | 0.29 | 0 | 0.27 | 0 |
| HSL | 123.29º | 1% | 0.86% | - |
| HSV(B) | 123.29º | 0.29% | 1% | - |
| XYZ | 63.91 | 85.01 | 59.49 | - |
| YUV | 225.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 186 | 0.29 | 0 | 0.27 | 0 | 123.29 | 1 | 0.86 |
| Hex | B6 | FF | BA | 1D | 0 | 1B | 0 | 7B | 64 | 56 |
| Octal | 266 | 377 | 272 | 35 | 0 | 33 | 0 | 173 | 144 | 126 |
| Binary | 10110110 | 11111111 | 10111010 | 11101 | 0 | 11011 | 0 | 1111011 | 1100100 | 1010110 |
Color Harmonies of #B6FFBA
Complementary color
Monochromatic Colors of #B6FFBA
Black with #B6FFBA
Text Example
Text Example
White with #B6FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFBA; }
p { color: rgb(182,255,186); }
H1.HeaderClassName
{
color: #B6FFBA;
}
.AnyTagClassName
{
color: #B6FFBA;
}
</style>
background-color css
<style>
a { background-color: #B6FFBA; }
a { background-color: rgb(182,255,186); }
div.DivClassName
{
background-color: #B6FFBA;
}
.BgClassName
{
background-color: #B6FFBA;
}
</style>
border-color css
<style>
span { border-color: #B6FFBA; }
span { border-color: rgb(182,255,186); }
td.TdClassName
{
border-color: #B6FFBA;
}
.TagClassName
{
border-color: #B6FFBA;
}
</style>