Shades of Fringy Flower #B6FFC2
Tints of Fringy Flower #B6FFC2
RGB
CMYK
RGB Variations
Color information
#B6FFC2 (or 0xB6FFC2) is known color: Fringy Flower. HEX triplet: B6, FF and C2. RGB value is (182,255,194). Sum of RGB (Red+Green+Blue) = 182+255+194=631 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.84% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFC2 is #49003D. Grayscale: #E2E2E2. Windows color (decimal): -4784190 or 12779446. OLE color: 12779446.
HSL color Cylindrical-coordinate representation of color #B6FFC2: hue angle of 129.86º 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 #B6FFC2 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 194 | - |
| CMYK | 0.29 | 0 | 0.24 | 0 |
| HSL | 129.86º | 1% | 0.86% | - |
| HSV(B) | 129.86º | 0.29% | 1% | - |
| XYZ | 64.79 | 85.36 | 64.1 | - |
| YUV | 226.22 | 109.82 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 194 | 0.29 | 0 | 0.24 | 0 | 129.86 | 1 | 0.86 |
| Hex | B6 | FF | C2 | 1D | 0 | 18 | 0 | 82 | 64 | 56 |
| Octal | 266 | 377 | 302 | 35 | 0 | 30 | 0 | 202 | 144 | 126 |
| Binary | 10110110 | 11111111 | 11000010 | 11101 | 0 | 11000 | 0 | 10000010 | 1100100 | 1010110 |
Color Harmonies of #B6FFC2
Complementary color
Monochromatic Colors of #B6FFC2
Black with #B6FFC2
Text Example
Text Example
White with #B6FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFC2; }
p { color: rgb(182,255,194); }
H1.HeaderClassName
{
color: #B6FFC2;
}
.AnyTagClassName
{
color: #B6FFC2;
}
</style>
background-color css
<style>
a { background-color: #B6FFC2; }
a { background-color: rgb(182,255,194); }
div.DivClassName
{
background-color: #B6FFC2;
}
.BgClassName
{
background-color: #B6FFC2;
}
</style>
border-color css
<style>
span { border-color: #B6FFC2; }
span { border-color: rgb(182,255,194); }
td.TdClassName
{
border-color: #B6FFC2;
}
.TagClassName
{
border-color: #B6FFC2;
}
</style>