Shades of Fringy Flower #B6E9C0
Tints of Fringy Flower #B6E9C0
RGB
CMYK
RGB Variations
Color information
#B6E9C0 (or 0xB6E9C0) is known color: Fringy Flower. HEX triplet: B6, E9 and C0. RGB value is (182,233,192). Sum of RGB (Red+Green+Blue) = 182+233+192=607 (80% of max value = 765). Red value is 182 (71.48% from 255 or 29.98% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 233 - color contains mainly: green. Hex color #B6E9C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6E9C0 is #49163F. Grayscale: #D5D5D5. Windows color (decimal): -4789824 or 12642742. OLE color: 12642742.
HSL color Cylindrical-coordinate representation of color #B6E9C0: hue angle of 131.76º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6E9C0 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 233 | 192 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.09 |
| HSL | 131.76º | 0.54% | 0.81% | - |
| HSV(B) | 131.76º | 0.22% | 0.91% | - |
| XYZ | 57.94 | 72.03 | 60.72 | - |
| YUV | 213.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 233 | 192 | 0.22 | 0 | 0.18 | 0.09 | 131.76 | 0.54 | 0.81 |
| Hex | B6 | E9 | C0 | 16 | 0 | 12 | 9 | 84 | 36 | 51 |
| Octal | 266 | 351 | 300 | 26 | 0 | 22 | 11 | 204 | 66 | 121 |
| Binary | 10110110 | 11101001 | 11000000 | 10110 | 0 | 10010 | 1001 | 10000100 | 110110 | 1010001 |
Color Harmonies of #B6E9C0
Complementary color
Monochromatic Colors of #B6E9C0
Black with #B6E9C0
Text Example
Text Example
White with #B6E9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E9C0; }
p { color: rgb(182,233,192); }
H1.HeaderClassName
{
color: #B6E9C0;
}
.AnyTagClassName
{
color: #B6E9C0;
}
</style>
background-color css
<style>
a { background-color: #B6E9C0; }
a { background-color: rgb(182,233,192); }
div.DivClassName
{
background-color: #B6E9C0;
}
.BgClassName
{
background-color: #B6E9C0;
}
</style>
border-color css
<style>
span { border-color: #B6E9C0; }
span { border-color: rgb(182,233,192); }
td.TdClassName
{
border-color: #B6E9C0;
}
.TagClassName
{
border-color: #B6E9C0;
}
</style>