Shades of Fringy Flower #B3D9C0
Tints of Fringy Flower #B3D9C0
RGB
CMYK
RGB Variations
Color information
#B3D9C0 (or 0xB3D9C0) is known color: Fringy Flower. HEX triplet: B3, D9 and C0. RGB value is (179,217,192). Sum of RGB (Red+Green+Blue) = 179+217+192=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D9C0 is #4C263F. Grayscale: #CACACA. Windows color (decimal): -4990528 or 12638643. OLE color: 12638643.
HSL color Cylindrical-coordinate representation of color #B3D9C0: hue angle of 140.53º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3D9C0 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 217 | 192 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.15 |
| HSL | 140.53º | 0.33% | 0.78% | - |
| HSV(B) | 140.53º | 0.18% | 0.85% | - |
| XYZ | 52.92 | 63.02 | 59.24 | - |
| YUV | 202.79 | 121.91 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 217 | 192 | 0.18 | 0 | 0.12 | 0.15 | 140.53 | 0.33 | 0.78 |
| Hex | B3 | D9 | C0 | 12 | 0 | C | F | 8D | 21 | 4E |
| Octal | 263 | 331 | 300 | 22 | 0 | 14 | 17 | 215 | 41 | 116 |
| Binary | 10110011 | 11011001 | 11000000 | 10010 | 0 | 1100 | 1111 | 10001101 | 100001 | 1001110 |
Color Harmonies of #B3D9C0
Complementary color
Monochromatic Colors of #B3D9C0
Black with #B3D9C0
Text Example
Text Example
White with #B3D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D9C0; }
p { color: rgb(179,217,192); }
H1.HeaderClassName
{
color: #B3D9C0;
}
.AnyTagClassName
{
color: #B3D9C0;
}
</style>
background-color css
<style>
a { background-color: #B3D9C0; }
a { background-color: rgb(179,217,192); }
div.DivClassName
{
background-color: #B3D9C0;
}
.BgClassName
{
background-color: #B3D9C0;
}
</style>
border-color css
<style>
span { border-color: #B3D9C0; }
span { border-color: rgb(179,217,192); }
td.TdClassName
{
border-color: #B3D9C0;
}
.TagClassName
{
border-color: #B3D9C0;
}
</style>