Shades of Fringy Flower #B4DABB
Tints of Fringy Flower #B4DABB
RGB
CMYK
RGB Variations
Color information
#B4DABB (or 0xB4DABB) is known color: Fringy Flower. HEX triplet: B4, DA and BB. RGB value is (180,218,187). Sum of RGB (Red+Green+Blue) = 180+218+187=585 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.77% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DABB is #4B2544. Grayscale: #CBCBCB. Windows color (decimal): -4924741 or 12311220. OLE color: 12311220.
HSL color Cylindrical-coordinate representation of color #B4DABB: hue angle of 131.05º degrees, saturation: 0.34, 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 #B4DABB is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 218 | 187 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.15 |
| HSL | 131.05º | 0.34% | 0.78% | - |
| HSV(B) | 131.05º | 0.17% | 0.85% | - |
| XYZ | 52.86 | 63.43 | 56.47 | - |
| YUV | 203.1 | 118.91 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 218 | 187 | 0.17 | 0 | 0.14 | 0.15 | 131.05 | 0.34 | 0.78 |
| Hex | B4 | DA | BB | 11 | 0 | E | F | 83 | 22 | 4E |
| Octal | 264 | 332 | 273 | 21 | 0 | 16 | 17 | 203 | 42 | 116 |
| Binary | 10110100 | 11011010 | 10111011 | 10001 | 0 | 1110 | 1111 | 10000011 | 100010 | 1001110 |
Color Harmonies of #B4DABB
Complementary color
Monochromatic Colors of #B4DABB
Black with #B4DABB
Text Example
Text Example
White with #B4DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DABB; }
p { color: rgb(180,218,187); }
H1.HeaderClassName
{
color: #B4DABB;
}
.AnyTagClassName
{
color: #B4DABB;
}
</style>
background-color css
<style>
a { background-color: #B4DABB; }
a { background-color: rgb(180,218,187); }
div.DivClassName
{
background-color: #B4DABB;
}
.BgClassName
{
background-color: #B4DABB;
}
</style>
border-color css
<style>
span { border-color: #B4DABB; }
span { border-color: rgb(180,218,187); }
td.TdClassName
{
border-color: #B4DABB;
}
.TagClassName
{
border-color: #B4DABB;
}
</style>