Shades of Fringy Flower #B5DFBC
Tints of Fringy Flower #B5DFBC
RGB
CMYK
RGB Variations
Color information
#B5DFBC (or 0xB5DFBC) is known color: Fringy Flower. HEX triplet: B5, DF and BC. RGB value is (181,223,188). Sum of RGB (Red+Green+Blue) = 181+223+188=592 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.57% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFBC is #4A2043. Grayscale: #CECECE. Windows color (decimal): -4857924 or 12378037. OLE color: 12378037.
HSL color Cylindrical-coordinate representation of color #B5DFBC: hue angle of 130º 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 #B5DFBC is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 188 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.13 |
| HSL | 130º | 0.4% | 0.79% | - |
| HSV(B) | 130º | 0.19% | 0.87% | - |
| XYZ | 54.52 | 66.23 | 57.49 | - |
| YUV | 206.45 | 117.59 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 188 | 0.19 | 0 | 0.16 | 0.13 | 130 | 0.4 | 0.79 |
| Hex | B5 | DF | BC | 13 | 0 | 10 | D | 82 | 28 | 4F |
| Octal | 265 | 337 | 274 | 23 | 0 | 20 | 15 | 202 | 50 | 117 |
| Binary | 10110101 | 11011111 | 10111100 | 10011 | 0 | 10000 | 1101 | 10000010 | 101000 | 1001111 |
Color Harmonies of #B5DFBC
Complementary color
Monochromatic Colors of #B5DFBC
Black with #B5DFBC
Text Example
Text Example
White with #B5DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DFBC; }
p { color: rgb(181,223,188); }
H1.HeaderClassName
{
color: #B5DFBC;
}
.AnyTagClassName
{
color: #B5DFBC;
}
</style>
background-color css
<style>
a { background-color: #B5DFBC; }
a { background-color: rgb(181,223,188); }
div.DivClassName
{
background-color: #B5DFBC;
}
.BgClassName
{
background-color: #B5DFBC;
}
</style>
border-color css
<style>
span { border-color: #B5DFBC; }
span { border-color: rgb(181,223,188); }
td.TdClassName
{
border-color: #B5DFBC;
}
.TagClassName
{
border-color: #B5DFBC;
}
</style>