Shades of Fringy Flower #B4DBBA
Tints of Fringy Flower #B4DBBA
RGB
CMYK
RGB Variations
Color information
#B4DBBA (or 0xB4DBBA) is known color: Fringy Flower. HEX triplet: B4, DB and BA. RGB value is (180,219,186). Sum of RGB (Red+Green+Blue) = 180+219+186=585 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.77% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBBA is #4B2445. Grayscale: #CBCBCB. Windows color (decimal): -4924486 or 12245940. OLE color: 12245940.
HSL color Cylindrical-coordinate representation of color #B4DBBA: hue angle of 129.23º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DBBA is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 186 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.14 |
| HSL | 129.23º | 0.35% | 0.78% | - |
| HSV(B) | 129.23º | 0.18% | 0.86% | - |
| XYZ | 53.02 | 63.91 | 56 | - |
| YUV | 203.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 186 | 0.18 | 0 | 0.15 | 0.14 | 129.23 | 0.35 | 0.78 |
| Hex | B4 | DB | BA | 12 | 0 | F | E | 81 | 23 | 4E |
| Octal | 264 | 333 | 272 | 22 | 0 | 17 | 16 | 201 | 43 | 116 |
| Binary | 10110100 | 11011011 | 10111010 | 10010 | 0 | 1111 | 1110 | 10000001 | 100011 | 1001110 |
Color Harmonies of #B4DBBA
Complementary color
Monochromatic Colors of #B4DBBA
Black with #B4DBBA
Text Example
Text Example
White with #B4DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DBBA; }
p { color: rgb(180,219,186); }
H1.HeaderClassName
{
color: #B4DBBA;
}
.AnyTagClassName
{
color: #B4DBBA;
}
</style>
background-color css
<style>
a { background-color: #B4DBBA; }
a { background-color: rgb(180,219,186); }
div.DivClassName
{
background-color: #B4DBBA;
}
.BgClassName
{
background-color: #B4DBBA;
}
</style>
border-color css
<style>
span { border-color: #B4DBBA; }
span { border-color: rgb(180,219,186); }
td.TdClassName
{
border-color: #B4DBBA;
}
.TagClassName
{
border-color: #B4DBBA;
}
</style>