Shades of Fringy Flower #B3DDC4
Tints of Fringy Flower #B3DDC4
RGB
CMYK
RGB Variations
Color information
#B3DDC4 (or 0xB3DDC4) is known color: Fringy Flower. HEX triplet: B3, DD and C4. RGB value is (179,221,196). Sum of RGB (Red+Green+Blue) = 179+221+196=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DDC4 is #4C223B. Grayscale: #CDCDCD. Windows color (decimal): -4989500 or 12901811. OLE color: 12901811.
HSL color Cylindrical-coordinate representation of color #B3DDC4: hue angle of 144.29º 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 #B3DDC4 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 179 | 221 | 196 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.13 |
| HSL | 144.29º | 0.38% | 0.78% | - |
| HSV(B) | 144.29º | 0.19% | 0.87% | - |
| XYZ | 54.41 | 65.28 | 61.96 | - |
| YUV | 205.59 | 122.59 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 221 | 196 | 0.19 | 0 | 0.11 | 0.13 | 144.29 | 0.38 | 0.78 |
| Hex | B3 | DD | C4 | 13 | 0 | B | D | 90 | 26 | 4E |
| Octal | 263 | 335 | 304 | 23 | 0 | 13 | 15 | 220 | 46 | 116 |
| Binary | 10110011 | 11011101 | 11000100 | 10011 | 0 | 1011 | 1101 | 10010000 | 100110 | 1001110 |
Color Harmonies of #B3DDC4
Complementary color
Monochromatic Colors of #B3DDC4
Black with #B3DDC4
Text Example
Text Example
White with #B3DDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DDC4; }
p { color: rgb(179,221,196); }
H1.HeaderClassName
{
color: #B3DDC4;
}
.AnyTagClassName
{
color: #B3DDC4;
}
</style>
background-color css
<style>
a { background-color: #B3DDC4; }
a { background-color: rgb(179,221,196); }
div.DivClassName
{
background-color: #B3DDC4;
}
.BgClassName
{
background-color: #B3DDC4;
}
</style>
border-color css
<style>
span { border-color: #B3DDC4; }
span { border-color: rgb(179,221,196); }
td.TdClassName
{
border-color: #B3DDC4;
}
.TagClassName
{
border-color: #B3DDC4;
}
</style>