Shades of Fringy Flower #B4DFBC
Tints of Fringy Flower #B4DFBC
RGB
CMYK
RGB Variations
Color information
#B4DFBC (or 0xB4DFBC) is known color: Fringy Flower. HEX triplet: B4, DF and BC. RGB value is (180,223,188). Sum of RGB (Red+Green+Blue) = 180+223+188=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFBC is #4B2043. Grayscale: #CECECE. Windows color (decimal): -4923460 or 12378036. OLE color: 12378036.
HSL color Cylindrical-coordinate representation of color #B4DFBC: hue angle of 131.16º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DFBC is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 188 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.13 |
| HSL | 131.16º | 0.4% | 0.79% | - |
| HSV(B) | 131.16º | 0.19% | 0.87% | - |
| XYZ | 54.29 | 66.11 | 57.48 | - |
| YUV | 206.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 188 | 0.19 | 0 | 0.16 | 0.13 | 131.16 | 0.4 | 0.79 |
| Hex | B4 | DF | BC | 13 | 0 | 10 | D | 83 | 28 | 4F |
| Octal | 264 | 337 | 274 | 23 | 0 | 20 | 15 | 203 | 50 | 117 |
| Binary | 10110100 | 11011111 | 10111100 | 10011 | 0 | 10000 | 1101 | 10000011 | 101000 | 1001111 |
Color Harmonies of #B4DFBC
Complementary color
Monochromatic Colors of #B4DFBC
Black with #B4DFBC
Text Example
Text Example
White with #B4DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DFBC; }
p { color: rgb(180,223,188); }
H1.HeaderClassName
{
color: #B4DFBC;
}
.AnyTagClassName
{
color: #B4DFBC;
}
</style>
background-color css
<style>
a { background-color: #B4DFBC; }
a { background-color: rgb(180,223,188); }
div.DivClassName
{
background-color: #B4DFBC;
}
.BgClassName
{
background-color: #B4DFBC;
}
</style>
border-color css
<style>
span { border-color: #B4DFBC; }
span { border-color: rgb(180,223,188); }
td.TdClassName
{
border-color: #B4DFBC;
}
.TagClassName
{
border-color: #B4DFBC;
}
</style>