Shades of Fringy Flower #B2DEC2
Tints of Fringy Flower #B2DEC2
RGB
CMYK
RGB Variations
Color information
#B2DEC2 (or 0xB2DEC2) is known color: Fringy Flower. HEX triplet: B2, DE and C2. RGB value is (178,222,194). Sum of RGB (Red+Green+Blue) = 178+222+194=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DEC2 is #4D213D. Grayscale: #CDCDCD. Windows color (decimal): -5054782 or 12770994. OLE color: 12770994.
HSL color Cylindrical-coordinate representation of color #B2DEC2: hue angle of 141.82º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DEC2 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 222 | 194 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.13 |
| HSL | 141.82º | 0.4% | 0.78% | - |
| HSV(B) | 141.82º | 0.2% | 0.87% | - |
| XYZ | 54.22 | 65.6 | 60.84 | - |
| YUV | 205.65 | 121.42 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 194 | 0.20 | 0 | 0.13 | 0.13 | 141.82 | 0.4 | 0.78 |
| Hex | B2 | DE | C2 | 14 | 0 | D | D | 8E | 28 | 4E |
| Octal | 262 | 336 | 302 | 24 | 0 | 15 | 15 | 216 | 50 | 116 |
| Binary | 10110010 | 11011110 | 11000010 | 10100 | 0 | 1101 | 1101 | 10001110 | 101000 | 1001110 |
Color Harmonies of #B2DEC2
Complementary color
Monochromatic Colors of #B2DEC2
Black with #B2DEC2
Text Example
Text Example
White with #B2DEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DEC2; }
p { color: rgb(178,222,194); }
H1.HeaderClassName
{
color: #B2DEC2;
}
.AnyTagClassName
{
color: #B2DEC2;
}
</style>
background-color css
<style>
a { background-color: #B2DEC2; }
a { background-color: rgb(178,222,194); }
div.DivClassName
{
background-color: #B2DEC2;
}
.BgClassName
{
background-color: #B2DEC2;
}
</style>
border-color css
<style>
span { border-color: #B2DEC2; }
span { border-color: rgb(178,222,194); }
td.TdClassName
{
border-color: #B2DEC2;
}
.TagClassName
{
border-color: #B2DEC2;
}
</style>