Shades of Fringy Flower #B4D7BF
Tints of Fringy Flower #B4D7BF
RGB
CMYK
RGB Variations
Color information
#B4D7BF (or 0xB4D7BF) is known color: Fringy Flower. HEX triplet: B4, D7 and BF. RGB value is (180,215,191). Sum of RGB (Red+Green+Blue) = 180+215+191=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 191 (75% from 255 or 32.59% from 586); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D7BF is #4B2840. Grayscale: #C9C9C9. Windows color (decimal): -4925505 or 12572596. OLE color: 12572596.
HSL color Cylindrical-coordinate representation of color #B4D7BF: hue angle of 138.86º degrees, saturation: 0.3, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4D7BF is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 215 | 191 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.16 |
| HSL | 138.86º | 0.3% | 0.77% | - |
| HSV(B) | 138.86º | 0.16% | 0.84% | - |
| XYZ | 52.53 | 62.07 | 58.5 | - |
| YUV | 201.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 215 | 191 | 0.16 | 0 | 0.11 | 0.16 | 138.86 | 0.3 | 0.77 |
| Hex | B4 | D7 | BF | 10 | 0 | B | 10 | 8B | 1E | 4D |
| Octal | 264 | 327 | 277 | 20 | 0 | 13 | 20 | 213 | 36 | 115 |
| Binary | 10110100 | 11010111 | 10111111 | 10000 | 0 | 1011 | 10000 | 10001011 | 11110 | 1001101 |
Color Harmonies of #B4D7BF
Complementary color
Monochromatic Colors of #B4D7BF
Black with #B4D7BF
Text Example
Text Example
White with #B4D7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D7BF; }
p { color: rgb(180,215,191); }
H1.HeaderClassName
{
color: #B4D7BF;
}
.AnyTagClassName
{
color: #B4D7BF;
}
</style>
background-color css
<style>
a { background-color: #B4D7BF; }
a { background-color: rgb(180,215,191); }
div.DivClassName
{
background-color: #B4D7BF;
}
.BgClassName
{
background-color: #B4D7BF;
}
</style>
border-color css
<style>
span { border-color: #B4D7BF; }
span { border-color: rgb(180,215,191); }
td.TdClassName
{
border-color: #B4D7BF;
}
.TagClassName
{
border-color: #B4D7BF;
}
</style>