Shades of Fringy Flower #B4D9C1
Tints of Fringy Flower #B4D9C1
RGB
CMYK
RGB Variations
Color information
#B4D9C1 (or 0xB4D9C1) is known color: Fringy Flower. HEX triplet: B4, D9 and C1. RGB value is (180,217,193). Sum of RGB (Red+Green+Blue) = 180+217+193=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 193 (75.78% from 255 or 32.71% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D9C1 is #4B263E. Grayscale: #CBCBCB. Windows color (decimal): -4924991 or 12704180. OLE color: 12704180.
HSL color Cylindrical-coordinate representation of color #B4D9C1: hue angle of 141.08º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4D9C1 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 193 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.15 |
| HSL | 141.08º | 0.33% | 0.78% | - |
| HSV(B) | 141.08º | 0.17% | 0.85% | - |
| XYZ | 53.26 | 63.18 | 59.84 | - |
| YUV | 203.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 193 | 0.17 | 0 | 0.11 | 0.15 | 141.08 | 0.33 | 0.78 |
| Hex | B4 | D9 | C1 | 11 | 0 | B | F | 8D | 21 | 4E |
| Octal | 264 | 331 | 301 | 21 | 0 | 13 | 17 | 215 | 41 | 116 |
| Binary | 10110100 | 11011001 | 11000001 | 10001 | 0 | 1011 | 1111 | 10001101 | 100001 | 1001110 |
Color Harmonies of #B4D9C1
Complementary color
Monochromatic Colors of #B4D9C1
Black with #B4D9C1
Text Example
Text Example
White with #B4D9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D9C1; }
p { color: rgb(180,217,193); }
H1.HeaderClassName
{
color: #B4D9C1;
}
.AnyTagClassName
{
color: #B4D9C1;
}
</style>
background-color css
<style>
a { background-color: #B4D9C1; }
a { background-color: rgb(180,217,193); }
div.DivClassName
{
background-color: #B4D9C1;
}
.BgClassName
{
background-color: #B4D9C1;
}
</style>
border-color css
<style>
span { border-color: #B4D9C1; }
span { border-color: rgb(180,217,193); }
td.TdClassName
{
border-color: #B4D9C1;
}
.TagClassName
{
border-color: #B4D9C1;
}
</style>