Shades of Fringy Flower #B0DBBD
Tints of Fringy Flower #B0DBBD
RGB
CMYK
RGB Variations
Color information
#B0DBBD (or 0xB0DBBD) is known color: Fringy Flower. HEX triplet: B0, DB and BD. RGB value is (176,219,189). Sum of RGB (Red+Green+Blue) = 176+219+189=584 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.14% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DBBD is #4F2442. Grayscale: #CACACA. Windows color (decimal): -5186627 or 12442544. OLE color: 12442544.
HSL color Cylindrical-coordinate representation of color #B0DBBD: hue angle of 138.14º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DBBD is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 189 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.14 |
| HSL | 138.14º | 0.37% | 0.77% | - |
| HSV(B) | 138.14º | 0.2% | 0.86% | - |
| XYZ | 52.42 | 63.57 | 57.65 | - |
| YUV | 202.72 | 120.25 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 189 | 0.20 | 0 | 0.14 | 0.14 | 138.14 | 0.37 | 0.77 |
| Hex | B0 | DB | BD | 14 | 0 | E | E | 8A | 25 | 4D |
| Octal | 260 | 333 | 275 | 24 | 0 | 16 | 16 | 212 | 45 | 115 |
| Binary | 10110000 | 11011011 | 10111101 | 10100 | 0 | 1110 | 1110 | 10001010 | 100101 | 1001101 |
Color Harmonies of #B0DBBD
Complementary color
Monochromatic Colors of #B0DBBD
Black with #B0DBBD
Text Example
Text Example
White with #B0DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DBBD; }
p { color: rgb(176,219,189); }
H1.HeaderClassName
{
color: #B0DBBD;
}
.AnyTagClassName
{
color: #B0DBBD;
}
</style>
background-color css
<style>
a { background-color: #B0DBBD; }
a { background-color: rgb(176,219,189); }
div.DivClassName
{
background-color: #B0DBBD;
}
.BgClassName
{
background-color: #B0DBBD;
}
</style>
border-color css
<style>
span { border-color: #B0DBBD; }
span { border-color: rgb(176,219,189); }
td.TdClassName
{
border-color: #B0DBBD;
}
.TagClassName
{
border-color: #B0DBBD;
}
</style>