Shades of Fringy Flower #B2DBC1
Tints of Fringy Flower #B2DBC1
RGB
CMYK
RGB Variations
Color information
#B2DBC1 (or 0xB2DBC1) is known color: Fringy Flower. HEX triplet: B2, DB and C1. RGB value is (178,219,193). Sum of RGB (Red+Green+Blue) = 178+219+193=590 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.17% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBC1 is #4D243E. Grayscale: #CBCBCB. Windows color (decimal): -5055551 or 12704690. OLE color: 12704690.
HSL color Cylindrical-coordinate representation of color #B2DBC1: hue angle of 141.95º degrees, saturation: 0.36, 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 #B2DBC1 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 193 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.14 |
| HSL | 141.95º | 0.36% | 0.78% | - |
| HSV(B) | 141.95º | 0.19% | 0.86% | - |
| XYZ | 53.32 | 63.98 | 59.99 | - |
| YUV | 203.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 193 | 0.19 | 0 | 0.12 | 0.14 | 141.95 | 0.36 | 0.78 |
| Hex | B2 | DB | C1 | 13 | 0 | C | E | 8E | 24 | 4E |
| Octal | 262 | 333 | 301 | 23 | 0 | 14 | 16 | 216 | 44 | 116 |
| Binary | 10110010 | 11011011 | 11000001 | 10011 | 0 | 1100 | 1110 | 10001110 | 100100 | 1001110 |
Color Harmonies of #B2DBC1
Complementary color
Monochromatic Colors of #B2DBC1
Black with #B2DBC1
Text Example
Text Example
White with #B2DBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DBC1; }
p { color: rgb(178,219,193); }
H1.HeaderClassName
{
color: #B2DBC1;
}
.AnyTagClassName
{
color: #B2DBC1;
}
</style>
background-color css
<style>
a { background-color: #B2DBC1; }
a { background-color: rgb(178,219,193); }
div.DivClassName
{
background-color: #B2DBC1;
}
.BgClassName
{
background-color: #B2DBC1;
}
</style>
border-color css
<style>
span { border-color: #B2DBC1; }
span { border-color: rgb(178,219,193); }
td.TdClassName
{
border-color: #B2DBC1;
}
.TagClassName
{
border-color: #B2DBC1;
}
</style>