Shades of Fringy Flower #B6FFC0
Tints of Fringy Flower #B6FFC0
RGB
CMYK
RGB Variations
Color information
#B6FFC0 (or 0xB6FFC0) is known color: Fringy Flower. HEX triplet: B6, FF and C0. RGB value is (182,255,192). Sum of RGB (Red+Green+Blue) = 182+255+192=629 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.93% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFC0 is #49003F. Grayscale: #E2E2E2. Windows color (decimal): -4784192 or 12648374. OLE color: 12648374.
HSL color Cylindrical-coordinate representation of color #B6FFC0: hue angle of 128.22º 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 #B6FFC0 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 192 | - |
| CMYK | 0.29 | 0 | 0.25 | 0 |
| HSL | 128.22º | 1% | 0.86% | - |
| HSV(B) | 128.22º | 0.29% | 1% | - |
| XYZ | 64.57 | 85.27 | 62.93 | - |
| YUV | 225.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 192 | 0.29 | 0 | 0.25 | 0 | 128.22 | 1 | 0.86 |
| Hex | B6 | FF | C0 | 1D | 0 | 19 | 0 | 80 | 64 | 56 |
| Octal | 266 | 377 | 300 | 35 | 0 | 31 | 0 | 200 | 144 | 126 |
| Binary | 10110110 | 11111111 | 11000000 | 11101 | 0 | 11001 | 0 | 10000000 | 1100100 | 1010110 |
Color Harmonies of #B6FFC0
Complementary color
Monochromatic Colors of #B6FFC0
Black with #B6FFC0
Text Example
Text Example
White with #B6FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFC0; }
p { color: rgb(182,255,192); }
H1.HeaderClassName
{
color: #B6FFC0;
}
.AnyTagClassName
{
color: #B6FFC0;
}
</style>
background-color css
<style>
a { background-color: #B6FFC0; }
a { background-color: rgb(182,255,192); }
div.DivClassName
{
background-color: #B6FFC0;
}
.BgClassName
{
background-color: #B6FFC0;
}
</style>
border-color css
<style>
span { border-color: #B6FFC0; }
span { border-color: rgb(182,255,192); }
td.TdClassName
{
border-color: #B6FFC0;
}
.TagClassName
{
border-color: #B6FFC0;
}
</style>