Shades of Fringy Flower #B2DCBB
Tints of Fringy Flower #B2DCBB
RGB
CMYK
RGB Variations
Color information
#B2DCBB (or 0xB2DCBB) is known color: Fringy Flower. HEX triplet: B2, DC and BB. RGB value is (178,220,187). Sum of RGB (Red+Green+Blue) = 178+220+187=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCBB is #4D2344. Grayscale: #CBCBCB. Windows color (decimal): -5055301 or 12311730. OLE color: 12311730.
HSL color Cylindrical-coordinate representation of color #B2DCBB: hue angle of 132.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DCBB is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 187 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.14 |
| HSL | 132.86º | 0.38% | 0.78% | - |
| HSV(B) | 132.86º | 0.19% | 0.86% | - |
| XYZ | 52.92 | 64.24 | 56.62 | - |
| YUV | 203.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 187 | 0.19 | 0 | 0.15 | 0.14 | 132.86 | 0.38 | 0.78 |
| Hex | B2 | DC | BB | 13 | 0 | F | E | 85 | 26 | 4E |
| Octal | 262 | 334 | 273 | 23 | 0 | 17 | 16 | 205 | 46 | 116 |
| Binary | 10110010 | 11011100 | 10111011 | 10011 | 0 | 1111 | 1110 | 10000101 | 100110 | 1001110 |
Color Harmonies of #B2DCBB
Complementary color
Monochromatic Colors of #B2DCBB
Black with #B2DCBB
Text Example
Text Example
White with #B2DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCBB; }
p { color: rgb(178,220,187); }
H1.HeaderClassName
{
color: #B2DCBB;
}
.AnyTagClassName
{
color: #B2DCBB;
}
</style>
background-color css
<style>
a { background-color: #B2DCBB; }
a { background-color: rgb(178,220,187); }
div.DivClassName
{
background-color: #B2DCBB;
}
.BgClassName
{
background-color: #B2DCBB;
}
</style>
border-color css
<style>
span { border-color: #B2DCBB; }
span { border-color: rgb(178,220,187); }
td.TdClassName
{
border-color: #B2DCBB;
}
.TagClassName
{
border-color: #B2DCBB;
}
</style>