Shades of Fringy Flower #B3DCBD
Tints of Fringy Flower #B3DCBD
RGB
CMYK
RGB Variations
Color information
#B3DCBD (or 0xB3DCBD) is known color: Fringy Flower. HEX triplet: B3, DC and BD. RGB value is (179,220,189). Sum of RGB (Red+Green+Blue) = 179+220+189=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 189 (74.22% from 255 or 32.14% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCBD is #4C2342. Grayscale: #CCCCCC. Windows color (decimal): -4989763 or 12442803. OLE color: 12442803.
HSL color Cylindrical-coordinate representation of color #B3DCBD: hue angle of 134.63º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3DCBD is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 220 | 189 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.14 |
| HSL | 134.63º | 0.37% | 0.78% | - |
| HSV(B) | 134.63º | 0.19% | 0.86% | - |
| XYZ | 53.37 | 64.44 | 57.77 | - |
| YUV | 204.21 | 119.42 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 189 | 0.19 | 0 | 0.14 | 0.14 | 134.63 | 0.37 | 0.78 |
| Hex | B3 | DC | BD | 13 | 0 | E | E | 87 | 25 | 4E |
| Octal | 263 | 334 | 275 | 23 | 0 | 16 | 16 | 207 | 45 | 116 |
| Binary | 10110011 | 11011100 | 10111101 | 10011 | 0 | 1110 | 1110 | 10000111 | 100101 | 1001110 |
Color Harmonies of #B3DCBD
Complementary color
Monochromatic Colors of #B3DCBD
Black with #B3DCBD
Text Example
Text Example
White with #B3DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DCBD; }
p { color: rgb(179,220,189); }
H1.HeaderClassName
{
color: #B3DCBD;
}
.AnyTagClassName
{
color: #B3DCBD;
}
</style>
background-color css
<style>
a { background-color: #B3DCBD; }
a { background-color: rgb(179,220,189); }
div.DivClassName
{
background-color: #B3DCBD;
}
.BgClassName
{
background-color: #B3DCBD;
}
</style>
border-color css
<style>
span { border-color: #B3DCBD; }
span { border-color: rgb(179,220,189); }
td.TdClassName
{
border-color: #B3DCBD;
}
.TagClassName
{
border-color: #B3DCBD;
}
</style>