Shades of Fringy Flower #B6DDBD
Tints of Fringy Flower #B6DDBD
RGB
CMYK
RGB Variations
Color information
#B6DDBD (or 0xB6DDBD) is known color: Fringy Flower. HEX triplet: B6, DD and BD. RGB value is (182,221,189). Sum of RGB (Red+Green+Blue) = 182+221+189=592 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.74% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6DDBD is #492242. Grayscale: #CDCDCD. Windows color (decimal): -4792899 or 12443062. OLE color: 12443062.
HSL color Cylindrical-coordinate representation of color #B6DDBD: hue angle of 130.77º 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 #B6DDBD is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 182 | 221 | 189 | - |
CMYK | 0.18 | 0 | 0.14 | 0.13 |
HSL | 130.77º | 0.36% | 0.79% | - |
HSV(B) | 130.77º | 0.18% | 0.87% | - |
XYZ | 54.33 | 65.33 | 57.89 | - |
YUV | 205.69 | 118.58 | 111.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 221 | 189 | 0.18 | 0 | 0.14 | 0.13 | 130.77 | 0.36 | 0.79 |
Hex | B6 | DD | BD | 12 | 0 | E | D | 83 | 24 | 4F |
Octal | 266 | 335 | 275 | 22 | 0 | 16 | 15 | 203 | 44 | 117 |
Binary | 10110110 | 11011101 | 10111101 | 10010 | 0 | 1110 | 1101 | 10000011 | 100100 | 1001111 |
Color Harmonies of #B6DDBD
Complementary color
Monochromatic Colors of #B6DDBD
Black with #B6DDBD
Text Example
Text Example
White with #B6DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6DDBD; }
p { color: rgb(182,221,189); }
H1.HeaderClassName
{
color: #B6DDBD;
}
.AnyTagClassName
{
color: #B6DDBD;
}
</style>
background-color css
<style>
a { background-color: #B6DDBD; }
a { background-color: rgb(182,221,189); }
div.DivClassName
{
background-color: #B6DDBD;
}
.BgClassName
{
background-color: #B6DDBD;
}
</style>
border-color css
<style>
span { border-color: #B6DDBD; }
span { border-color: rgb(182,221,189); }
td.TdClassName
{
border-color: #B6DDBD;
}
.TagClassName
{
border-color: #B6DDBD;
}
</style>