Shades of Fringy Flower #B6DEBE
Tints of Fringy Flower #B6DEBE
RGB
CMYK
RGB Variations
Color information
#B6DEBE (or 0xB6DEBE) is known color: Fringy Flower. HEX triplet: B6, DE and BE. RGB value is (182,222,190). Sum of RGB (Red+Green+Blue) = 182+222+190=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #B6DEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DEBE is #492141. Grayscale: #CECECE. Windows color (decimal): -4792642 or 12508854. OLE color: 12508854.
HSL color Cylindrical-coordinate representation of color #B6DEBE: hue angle of 132º degrees, saturation: 0.38, 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 #B6DEBE is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 222 | 190 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.13 |
| HSL | 132º | 0.38% | 0.79% | - |
| HSV(B) | 132º | 0.18% | 0.87% | - |
| XYZ | 54.71 | 65.91 | 58.55 | - |
| YUV | 206.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 222 | 190 | 0.18 | 0 | 0.14 | 0.13 | 132 | 0.38 | 0.79 |
| Hex | B6 | DE | BE | 12 | 0 | E | D | 84 | 26 | 4F |
| Octal | 266 | 336 | 276 | 22 | 0 | 16 | 15 | 204 | 46 | 117 |
| Binary | 10110110 | 11011110 | 10111110 | 10010 | 0 | 1110 | 1101 | 10000100 | 100110 | 1001111 |
Color Harmonies of #B6DEBE
Complementary color
Monochromatic Colors of #B6DEBE
Black with #B6DEBE
Text Example
Text Example
White with #B6DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DEBE; }
p { color: rgb(182,222,190); }
H1.HeaderClassName
{
color: #B6DEBE;
}
.AnyTagClassName
{
color: #B6DEBE;
}
</style>
background-color css
<style>
a { background-color: #B6DEBE; }
a { background-color: rgb(182,222,190); }
div.DivClassName
{
background-color: #B6DEBE;
}
.BgClassName
{
background-color: #B6DEBE;
}
</style>
border-color css
<style>
span { border-color: #B6DEBE; }
span { border-color: rgb(182,222,190); }
td.TdClassName
{
border-color: #B6DEBE;
}
.TagClassName
{
border-color: #B6DEBE;
}
</style>