Shades of Fringy Flower #B3DDC2
Tints of Fringy Flower #B3DDC2
RGB
CMYK
RGB Variations
Color information
#B3DDC2 (or 0xB3DDC2) is known color: Fringy Flower. HEX triplet: B3, DD and C2. RGB value is (179,221,194). Sum of RGB (Red+Green+Blue) = 179+221+194=594 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.13% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDC2 is #4C223D. Grayscale: #CDCDCD. Windows color (decimal): -4989502 or 12770739. OLE color: 12770739.
HSL color Cylindrical-coordinate representation of color #B3DDC2: hue angle of 141.43º 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 #B3DDC2 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 221 | 194 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.13 |
| HSL | 141.43º | 0.38% | 0.78% | - |
| HSV(B) | 141.43º | 0.19% | 0.87% | - |
| XYZ | 54.18 | 65.19 | 60.77 | - |
| YUV | 205.36 | 121.59 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 194 | 0.19 | 0 | 0.12 | 0.13 | 141.43 | 0.38 | 0.78 |
| Hex | B3 | DD | C2 | 13 | 0 | C | D | 8D | 26 | 4E |
| Octal | 263 | 335 | 302 | 23 | 0 | 14 | 15 | 215 | 46 | 116 |
| Binary | 10110011 | 11011101 | 11000010 | 10011 | 0 | 1100 | 1101 | 10001101 | 100110 | 1001110 |
Color Harmonies of #B3DDC2
Complementary color
Monochromatic Colors of #B3DDC2
Black with #B3DDC2
Text Example
Text Example
White with #B3DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DDC2; }
p { color: rgb(179,221,194); }
H1.HeaderClassName
{
color: #B3DDC2;
}
.AnyTagClassName
{
color: #B3DDC2;
}
</style>
background-color css
<style>
a { background-color: #B3DDC2; }
a { background-color: rgb(179,221,194); }
div.DivClassName
{
background-color: #B3DDC2;
}
.BgClassName
{
background-color: #B3DDC2;
}
</style>
border-color css
<style>
span { border-color: #B3DDC2; }
span { border-color: rgb(179,221,194); }
td.TdClassName
{
border-color: #B3DDC2;
}
.TagClassName
{
border-color: #B3DDC2;
}
</style>