Shades of Fringy Flower #B6D9C0
Tints of Fringy Flower #B6D9C0
RGB
CMYK
RGB Variations
Color information
#B6D9C0 (or 0xB6D9C0) is known color: Fringy Flower. HEX triplet: B6, D9 and C0. RGB value is (182,217,192). Sum of RGB (Red+Green+Blue) = 182+217+192=591 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.80% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6D9C0 is #49263F. Grayscale: #CBCBCB. Windows color (decimal): -4793920 or 12638646. OLE color: 12638646.
HSL color Cylindrical-coordinate representation of color #B6D9C0: hue angle of 137.14º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B6D9C0 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 217 | 192 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.15 |
| HSL | 137.14º | 0.32% | 0.78% | - |
| HSV(B) | 137.14º | 0.16% | 0.85% | - |
| XYZ | 53.62 | 63.38 | 59.28 | - |
| YUV | 203.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 217 | 192 | 0.16 | 0 | 0.12 | 0.15 | 137.14 | 0.32 | 0.78 |
| Hex | B6 | D9 | C0 | 10 | 0 | C | F | 89 | 20 | 4E |
| Octal | 266 | 331 | 300 | 20 | 0 | 14 | 17 | 211 | 40 | 116 |
| Binary | 10110110 | 11011001 | 11000000 | 10000 | 0 | 1100 | 1111 | 10001001 | 100000 | 1001110 |
Color Harmonies of #B6D9C0
Complementary color
Monochromatic Colors of #B6D9C0
Black with #B6D9C0
Text Example
Text Example
White with #B6D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D9C0; }
p { color: rgb(182,217,192); }
H1.HeaderClassName
{
color: #B6D9C0;
}
.AnyTagClassName
{
color: #B6D9C0;
}
</style>
background-color css
<style>
a { background-color: #B6D9C0; }
a { background-color: rgb(182,217,192); }
div.DivClassName
{
background-color: #B6D9C0;
}
.BgClassName
{
background-color: #B6D9C0;
}
</style>
border-color css
<style>
span { border-color: #B6D9C0; }
span { border-color: rgb(182,217,192); }
td.TdClassName
{
border-color: #B6D9C0;
}
.TagClassName
{
border-color: #B6D9C0;
}
</style>