Shades of Fringy Flower #B2DCBC
Tints of Fringy Flower #B2DCBC
RGB
CMYK
RGB Variations
Color information
#B2DCBC (or 0xB2DCBC) is known color: Fringy Flower. HEX triplet: B2, DC and BC. RGB value is (178,220,188). Sum of RGB (Red+Green+Blue) = 178+220+188=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCBC is #4D2343. Grayscale: #CBCBCB. Windows color (decimal): -5055300 or 12377266. OLE color: 12377266.
HSL color Cylindrical-coordinate representation of color #B2DCBC: hue angle of 134.29º 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 #B2DCBC is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 188 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.14 |
| HSL | 134.29º | 0.38% | 0.78% | - |
| HSV(B) | 134.29º | 0.19% | 0.86% | - |
| XYZ | 53.03 | 64.28 | 57.19 | - |
| YUV | 203.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 188 | 0.19 | 0 | 0.15 | 0.14 | 134.29 | 0.38 | 0.78 |
| Hex | B2 | DC | BC | 13 | 0 | F | E | 86 | 26 | 4E |
| Octal | 262 | 334 | 274 | 23 | 0 | 17 | 16 | 206 | 46 | 116 |
| Binary | 10110010 | 11011100 | 10111100 | 10011 | 0 | 1111 | 1110 | 10000110 | 100110 | 1001110 |
Color Harmonies of #B2DCBC
Complementary color
Monochromatic Colors of #B2DCBC
Black with #B2DCBC
Text Example
Text Example
White with #B2DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCBC; }
p { color: rgb(178,220,188); }
H1.HeaderClassName
{
color: #B2DCBC;
}
.AnyTagClassName
{
color: #B2DCBC;
}
</style>
background-color css
<style>
a { background-color: #B2DCBC; }
a { background-color: rgb(178,220,188); }
div.DivClassName
{
background-color: #B2DCBC;
}
.BgClassName
{
background-color: #B2DCBC;
}
</style>
border-color css
<style>
span { border-color: #B2DCBC; }
span { border-color: rgb(178,220,188); }
td.TdClassName
{
border-color: #B2DCBC;
}
.TagClassName
{
border-color: #B2DCBC;
}
</style>