Shades of Fringy Flower #B3DDC0
Tints of Fringy Flower #B3DDC0
RGB
CMYK
RGB Variations
Color information
#B3DDC0 (or 0xB3DDC0) is known color: Fringy Flower. HEX triplet: B3, DD and C0. RGB value is (179,221,192). Sum of RGB (Red+Green+Blue) = 179+221+192=592 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.24% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 192 (75.39% from 255 or 32.43% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDC0 is #4C223F. Grayscale: #CDCDCD. Windows color (decimal): -4989504 or 12639667. OLE color: 12639667.
HSL color Cylindrical-coordinate representation of color #B3DDC0: hue angle of 138.57º degrees, saturation: 0.38, 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 #B3DDC0 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 221 | 192 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.13 |
| HSL | 138.57º | 0.38% | 0.78% | - |
| HSV(B) | 138.57º | 0.19% | 0.87% | - |
| XYZ | 53.96 | 65.1 | 59.59 | - |
| YUV | 205.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 192 | 0.19 | 0 | 0.13 | 0.13 | 138.57 | 0.38 | 0.78 |
| Hex | B3 | DD | C0 | 13 | 0 | D | D | 8B | 26 | 4E |
| Octal | 263 | 335 | 300 | 23 | 0 | 15 | 15 | 213 | 46 | 116 |
| Binary | 10110011 | 11011101 | 11000000 | 10011 | 0 | 1101 | 1101 | 10001011 | 100110 | 1001110 |
Color Harmonies of #B3DDC0
Complementary color
Monochromatic Colors of #B3DDC0
Black with #B3DDC0
Text Example
Text Example
White with #B3DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DDC0; }
p { color: rgb(179,221,192); }
H1.HeaderClassName
{
color: #B3DDC0;
}
.AnyTagClassName
{
color: #B3DDC0;
}
</style>
background-color css
<style>
a { background-color: #B3DDC0; }
a { background-color: rgb(179,221,192); }
div.DivClassName
{
background-color: #B3DDC0;
}
.BgClassName
{
background-color: #B3DDC0;
}
</style>
border-color css
<style>
span { border-color: #B3DDC0; }
span { border-color: rgb(179,221,192); }
td.TdClassName
{
border-color: #B3DDC0;
}
.TagClassName
{
border-color: #B3DDC0;
}
</style>