Shades of Fringy Flower #B2DDC0
Tints of Fringy Flower #B2DDC0
RGB
CMYK
RGB Variations
Color information
#B2DDC0 (or 0xB2DDC0) is known color: Fringy Flower. HEX triplet: B2, DD and C0. RGB value is (178,221,192). Sum of RGB (Red+Green+Blue) = 178+221+192=591 (78% of max value = 765). Red value is 178 (69.92% from 255 or 30.12% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DDC0 is #4D223F. Grayscale: #CCCCCC. Windows color (decimal): -5055040 or 12639666. OLE color: 12639666.
HSL color Cylindrical-coordinate representation of color #B2DDC0: hue angle of 139.53º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DDC0 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 192 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.13 |
| HSL | 139.53º | 0.39% | 0.78% | - |
| HSV(B) | 139.53º | 0.19% | 0.87% | - |
| XYZ | 53.73 | 64.98 | 59.58 | - |
| YUV | 204.84 | 120.75 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 192 | 0.19 | 0 | 0.13 | 0.13 | 139.53 | 0.39 | 0.78 |
| Hex | B2 | DD | C0 | 13 | 0 | D | D | 8C | 27 | 4E |
| Octal | 262 | 335 | 300 | 23 | 0 | 15 | 15 | 214 | 47 | 116 |
| Binary | 10110010 | 11011101 | 11000000 | 10011 | 0 | 1101 | 1101 | 10001100 | 100111 | 1001110 |
Color Harmonies of #B2DDC0
Complementary color
Monochromatic Colors of #B2DDC0
Black with #B2DDC0
Text Example
Text Example
White with #B2DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DDC0; }
p { color: rgb(178,221,192); }
H1.HeaderClassName
{
color: #B2DDC0;
}
.AnyTagClassName
{
color: #B2DDC0;
}
</style>
background-color css
<style>
a { background-color: #B2DDC0; }
a { background-color: rgb(178,221,192); }
div.DivClassName
{
background-color: #B2DDC0;
}
.BgClassName
{
background-color: #B2DDC0;
}
</style>
border-color css
<style>
span { border-color: #B2DDC0; }
span { border-color: rgb(178,221,192); }
td.TdClassName
{
border-color: #B2DDC0;
}
.TagClassName
{
border-color: #B2DDC0;
}
</style>