Shades of Fringy Flower #B6DDB9
Tints of Fringy Flower #B6DDB9
RGB
CMYK
RGB Variations
Color information
#B6DDB9 (or 0xB6DDB9) is known color: Fringy Flower. HEX triplet: B6, DD and B9. RGB value is (182,221,185). Sum of RGB (Red+Green+Blue) = 182+221+185=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DDB9 is #492246. Grayscale: #CDCDCD. Windows color (decimal): -4792903 or 12180918. OLE color: 12180918.
HSL color Cylindrical-coordinate representation of color #B6DDB9: hue angle of 124.62º 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 #B6DDB9 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 221 | 185 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.13 |
| HSL | 124.62º | 0.36% | 0.79% | - |
| HSV(B) | 124.62º | 0.18% | 0.87% | - |
| XYZ | 53.9 | 65.16 | 55.64 | - |
| YUV | 205.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 221 | 185 | 0.18 | 0 | 0.16 | 0.13 | 124.62 | 0.36 | 0.79 |
| Hex | B6 | DD | B9 | 12 | 0 | 10 | D | 7D | 24 | 4F |
| Octal | 266 | 335 | 271 | 22 | 0 | 20 | 15 | 175 | 44 | 117 |
| Binary | 10110110 | 11011101 | 10111001 | 10010 | 0 | 10000 | 1101 | 1111101 | 100100 | 1001111 |
Color Harmonies of #B6DDB9
Complementary color
Monochromatic Colors of #B6DDB9
Black with #B6DDB9
Text Example
Text Example
White with #B6DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DDB9; }
p { color: rgb(182,221,185); }
H1.HeaderClassName
{
color: #B6DDB9;
}
.AnyTagClassName
{
color: #B6DDB9;
}
</style>
background-color css
<style>
a { background-color: #B6DDB9; }
a { background-color: rgb(182,221,185); }
div.DivClassName
{
background-color: #B6DDB9;
}
.BgClassName
{
background-color: #B6DDB9;
}
</style>
border-color css
<style>
span { border-color: #B6DDB9; }
span { border-color: rgb(182,221,185); }
td.TdClassName
{
border-color: #B6DDB9;
}
.TagClassName
{
border-color: #B6DDB9;
}
</style>