Shades of Fringy Flower #B6DCC2
Tints of Fringy Flower #B6DCC2
RGB
CMYK
RGB Variations
Color information
#B6DCC2 (or 0xB6DCC2) is known color: Fringy Flower. HEX triplet: B6, DC and C2. RGB value is (182,220,194). Sum of RGB (Red+Green+Blue) = 182+220+194=596 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.54% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #B6DCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DCC2 is #49233D. Grayscale: #CDCDCD. Windows color (decimal): -4793150 or 12770486. OLE color: 12770486.
HSL color Cylindrical-coordinate representation of color #B6DCC2: hue angle of 138.95º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6DCC2 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 220 | 194 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.14 |
| HSL | 138.95º | 0.35% | 0.79% | - |
| HSV(B) | 138.95º | 0.17% | 0.86% | - |
| XYZ | 54.62 | 65.03 | 60.71 | - |
| YUV | 205.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 220 | 194 | 0.17 | 0 | 0.12 | 0.14 | 138.95 | 0.35 | 0.79 |
| Hex | B6 | DC | C2 | 11 | 0 | C | E | 8B | 23 | 4F |
| Octal | 266 | 334 | 302 | 21 | 0 | 14 | 16 | 213 | 43 | 117 |
| Binary | 10110110 | 11011100 | 11000010 | 10001 | 0 | 1100 | 1110 | 10001011 | 100011 | 1001111 |
Color Harmonies of #B6DCC2
Complementary color
Monochromatic Colors of #B6DCC2
Black with #B6DCC2
Text Example
Text Example
White with #B6DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DCC2; }
p { color: rgb(182,220,194); }
H1.HeaderClassName
{
color: #B6DCC2;
}
.AnyTagClassName
{
color: #B6DCC2;
}
</style>
background-color css
<style>
a { background-color: #B6DCC2; }
a { background-color: rgb(182,220,194); }
div.DivClassName
{
background-color: #B6DCC2;
}
.BgClassName
{
background-color: #B6DCC2;
}
</style>
border-color css
<style>
span { border-color: #B6DCC2; }
span { border-color: rgb(182,220,194); }
td.TdClassName
{
border-color: #B6DCC2;
}
.TagClassName
{
border-color: #B6DCC2;
}
</style>