Shades of Fringy Flower #B4D9C0
Tints of Fringy Flower #B4D9C0
RGB
CMYK
RGB Variations
Color information
#B4D9C0 (or 0xB4D9C0) is known color: Fringy Flower. HEX triplet: B4, D9 and C0. RGB value is (180,217,192). Sum of RGB (Red+Green+Blue) = 180+217+192=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D9C0 is #4B263F. Grayscale: #CBCBCB. Windows color (decimal): -4924992 or 12638644. OLE color: 12638644.
HSL color Cylindrical-coordinate representation of color #B4D9C0: hue angle of 139.46º 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 #B4D9C0 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 192 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.15 |
| HSL | 139.46º | 0.33% | 0.78% | - |
| HSV(B) | 139.46º | 0.17% | 0.85% | - |
| XYZ | 53.15 | 63.13 | 59.25 | - |
| YUV | 203.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 192 | 0.17 | 0 | 0.12 | 0.15 | 139.46 | 0.33 | 0.78 |
| Hex | B4 | D9 | C0 | 11 | 0 | C | F | 8B | 21 | 4E |
| Octal | 264 | 331 | 300 | 21 | 0 | 14 | 17 | 213 | 41 | 116 |
| Binary | 10110100 | 11011001 | 11000000 | 10001 | 0 | 1100 | 1111 | 10001011 | 100001 | 1001110 |
Color Harmonies of #B4D9C0
Complementary color
Monochromatic Colors of #B4D9C0
Black with #B4D9C0
Text Example
Text Example
White with #B4D9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D9C0; }
p { color: rgb(180,217,192); }
H1.HeaderClassName
{
color: #B4D9C0;
}
.AnyTagClassName
{
color: #B4D9C0;
}
</style>
background-color css
<style>
a { background-color: #B4D9C0; }
a { background-color: rgb(180,217,192); }
div.DivClassName
{
background-color: #B4D9C0;
}
.BgClassName
{
background-color: #B4D9C0;
}
</style>
border-color css
<style>
span { border-color: #B4D9C0; }
span { border-color: rgb(180,217,192); }
td.TdClassName
{
border-color: #B4D9C0;
}
.TagClassName
{
border-color: #B4D9C0;
}
</style>