Shades of Fringy Flower #B3DCBC
Tints of Fringy Flower #B3DCBC
RGB
CMYK
RGB Variations
Color information
#B3DCBC (or 0xB3DCBC) is known color: Fringy Flower. HEX triplet: B3, DC and BC. RGB value is (179,220,188). Sum of RGB (Red+Green+Blue) = 179+220+188=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 188 (73.83% from 255 or 32.03% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCBC is #4C2343. Grayscale: #CCCCCC. Windows color (decimal): -4989764 or 12377267. OLE color: 12377267.
HSL color Cylindrical-coordinate representation of color #B3DCBC: hue angle of 133.17º 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 #B3DCBC is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 220 | 188 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.14 |
| HSL | 133.17º | 0.37% | 0.78% | - |
| HSV(B) | 133.17º | 0.19% | 0.86% | - |
| XYZ | 53.26 | 64.4 | 57.2 | - |
| YUV | 204.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 188 | 0.19 | 0 | 0.15 | 0.14 | 133.17 | 0.37 | 0.78 |
| Hex | B3 | DC | BC | 13 | 0 | F | E | 85 | 25 | 4E |
| Octal | 263 | 334 | 274 | 23 | 0 | 17 | 16 | 205 | 45 | 116 |
| Binary | 10110011 | 11011100 | 10111100 | 10011 | 0 | 1111 | 1110 | 10000101 | 100101 | 1001110 |
Color Harmonies of #B3DCBC
Complementary color
Monochromatic Colors of #B3DCBC
Black with #B3DCBC
Text Example
Text Example
White with #B3DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DCBC; }
p { color: rgb(179,220,188); }
H1.HeaderClassName
{
color: #B3DCBC;
}
.AnyTagClassName
{
color: #B3DCBC;
}
</style>
background-color css
<style>
a { background-color: #B3DCBC; }
a { background-color: rgb(179,220,188); }
div.DivClassName
{
background-color: #B3DCBC;
}
.BgClassName
{
background-color: #B3DCBC;
}
</style>
border-color css
<style>
span { border-color: #B3DCBC; }
span { border-color: rgb(179,220,188); }
td.TdClassName
{
border-color: #B3DCBC;
}
.TagClassName
{
border-color: #B3DCBC;
}
</style>