Shades of Fringy Flower #B6DDC2
Tints of Fringy Flower #B6DDC2
RGB
CMYK
RGB Variations
Color information
#B6DDC2 (or 0xB6DDC2) is known color: Fringy Flower. HEX triplet: B6, DD and C2. RGB value is (182,221,194). Sum of RGB (Red+Green+Blue) = 182+221+194=597 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.49% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DDC2 is #49223D. Grayscale: #CECECE. Windows color (decimal): -4792894 or 12770742. OLE color: 12770742.
HSL color Cylindrical-coordinate representation of color #B6DDC2: hue angle of 138.46º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B6DDC2 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 221 | 194 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.13 |
| HSL | 138.46º | 0.36% | 0.79% | - |
| HSV(B) | 138.46º | 0.18% | 0.87% | - |
| XYZ | 54.89 | 65.55 | 60.8 | - |
| YUV | 206.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 221 | 194 | 0.18 | 0 | 0.12 | 0.13 | 138.46 | 0.36 | 0.79 |
| Hex | B6 | DD | C2 | 12 | 0 | C | D | 8A | 24 | 4F |
| Octal | 266 | 335 | 302 | 22 | 0 | 14 | 15 | 212 | 44 | 117 |
| Binary | 10110110 | 11011101 | 11000010 | 10010 | 0 | 1100 | 1101 | 10001010 | 100100 | 1001111 |
Color Harmonies of #B6DDC2
Complementary color
Monochromatic Colors of #B6DDC2
Black with #B6DDC2
Text Example
Text Example
White with #B6DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DDC2; }
p { color: rgb(182,221,194); }
H1.HeaderClassName
{
color: #B6DDC2;
}
.AnyTagClassName
{
color: #B6DDC2;
}
</style>
background-color css
<style>
a { background-color: #B6DDC2; }
a { background-color: rgb(182,221,194); }
div.DivClassName
{
background-color: #B6DDC2;
}
.BgClassName
{
background-color: #B6DDC2;
}
</style>
border-color css
<style>
span { border-color: #B6DDC2; }
span { border-color: rgb(182,221,194); }
td.TdClassName
{
border-color: #B6DDC2;
}
.TagClassName
{
border-color: #B6DDC2;
}
</style>