Shades of Fringy Flower #B2DCC1
Tints of Fringy Flower #B2DCC1
RGB
CMYK
RGB Variations
Color information
#B2DCC1 (or 0xB2DCC1) is known color: Fringy Flower. HEX triplet: B2, DC and C1. RGB value is (178,220,193). Sum of RGB (Red+Green+Blue) = 178+220+193=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 193 (75.78% from 255 or 32.66% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCC1 is #4D233E. Grayscale: #CCCCCC. Windows color (decimal): -5055295 or 12704946. OLE color: 12704946.
HSL color Cylindrical-coordinate representation of color #B2DCC1: hue angle of 141.43º 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 #B2DCC1 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 193 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.14 |
| HSL | 141.43º | 0.38% | 0.78% | - |
| HSV(B) | 141.43º | 0.19% | 0.86% | - |
| XYZ | 53.58 | 64.5 | 60.08 | - |
| YUV | 204.36 | 121.59 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 193 | 0.19 | 0 | 0.12 | 0.14 | 141.43 | 0.38 | 0.78 |
| Hex | B2 | DC | C1 | 13 | 0 | C | E | 8D | 26 | 4E |
| Octal | 262 | 334 | 301 | 23 | 0 | 14 | 16 | 215 | 46 | 116 |
| Binary | 10110010 | 11011100 | 11000001 | 10011 | 0 | 1100 | 1110 | 10001101 | 100110 | 1001110 |
Color Harmonies of #B2DCC1
Complementary color
Monochromatic Colors of #B2DCC1
Black with #B2DCC1
Text Example
Text Example
White with #B2DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCC1; }
p { color: rgb(178,220,193); }
H1.HeaderClassName
{
color: #B2DCC1;
}
.AnyTagClassName
{
color: #B2DCC1;
}
</style>
background-color css
<style>
a { background-color: #B2DCC1; }
a { background-color: rgb(178,220,193); }
div.DivClassName
{
background-color: #B2DCC1;
}
.BgClassName
{
background-color: #B2DCC1;
}
</style>
border-color css
<style>
span { border-color: #B2DCC1; }
span { border-color: rgb(178,220,193); }
td.TdClassName
{
border-color: #B2DCC1;
}
.TagClassName
{
border-color: #B2DCC1;
}
</style>