Shades of Fringy Flower #B2DBC0
Tints of Fringy Flower #B2DBC0
RGB
CMYK
RGB Variations
Color information
#B2DBC0 (or 0xB2DBC0) is known color: Fringy Flower. HEX triplet: B2, DB and C0. RGB value is (178,219,192). Sum of RGB (Red+Green+Blue) = 178+219+192=589 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.22% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBC0 is #4D243F. Grayscale: #CBCBCB. Windows color (decimal): -5055552 or 12639154. OLE color: 12639154.
HSL color Cylindrical-coordinate representation of color #B2DBC0: hue angle of 140.49º 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 #B2DBC0 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 192 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.14 |
| HSL | 140.49º | 0.36% | 0.78% | - |
| HSV(B) | 140.49º | 0.19% | 0.86% | - |
| XYZ | 53.21 | 63.93 | 59.41 | - |
| YUV | 203.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 192 | 0.19 | 0 | 0.12 | 0.14 | 140.49 | 0.36 | 0.78 |
| Hex | B2 | DB | C0 | 13 | 0 | C | E | 8C | 24 | 4E |
| Octal | 262 | 333 | 300 | 23 | 0 | 14 | 16 | 214 | 44 | 116 |
| Binary | 10110010 | 11011011 | 11000000 | 10011 | 0 | 1100 | 1110 | 10001100 | 100100 | 1001110 |
Color Harmonies of #B2DBC0
Complementary color
Monochromatic Colors of #B2DBC0
Black with #B2DBC0
Text Example
Text Example
White with #B2DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DBC0; }
p { color: rgb(178,219,192); }
H1.HeaderClassName
{
color: #B2DBC0;
}
.AnyTagClassName
{
color: #B2DBC0;
}
</style>
background-color css
<style>
a { background-color: #B2DBC0; }
a { background-color: rgb(178,219,192); }
div.DivClassName
{
background-color: #B2DBC0;
}
.BgClassName
{
background-color: #B2DBC0;
}
</style>
border-color css
<style>
span { border-color: #B2DBC0; }
span { border-color: rgb(178,219,192); }
td.TdClassName
{
border-color: #B2DBC0;
}
.TagClassName
{
border-color: #B2DBC0;
}
</style>