Shades of Fringy Flower #B3DCC0
Tints of Fringy Flower #B3DCC0
RGB
CMYK
RGB Variations
Color information
#B3DCC0 (or 0xB3DCC0) is known color: Fringy Flower. HEX triplet: B3, DC and C0. RGB value is (179,220,192). Sum of RGB (Red+Green+Blue) = 179+220+192=591 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.29% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 192 (75.39% from 255 or 32.49% from 591); Max value from RGB is 220 - color contains mainly: green. Hex color #B3DCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3DCC0 is #4C233F. Grayscale: #CCCCCC. Windows color (decimal): -4989760 or 12639411. OLE color: 12639411.
HSL color Cylindrical-coordinate representation of color #B3DCC0: hue angle of 139.02º 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 #B3DCC0 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 179 | 220 | 192 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.14 |
| HSL | 139.02º | 0.37% | 0.78% | - |
| HSV(B) | 139.02º | 0.19% | 0.86% | - |
| XYZ | 53.7 | 64.58 | 59.5 | - |
| YUV | 204.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 220 | 192 | 0.19 | 0 | 0.13 | 0.14 | 139.02 | 0.37 | 0.78 |
| Hex | B3 | DC | C0 | 13 | 0 | D | E | 8B | 25 | 4E |
| Octal | 263 | 334 | 300 | 23 | 0 | 15 | 16 | 213 | 45 | 116 |
| Binary | 10110011 | 11011100 | 11000000 | 10011 | 0 | 1101 | 1110 | 10001011 | 100101 | 1001110 |
Color Harmonies of #B3DCC0
Complementary color
Monochromatic Colors of #B3DCC0
Black with #B3DCC0
Text Example
Text Example
White with #B3DCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3DCC0; }
p { color: rgb(179,220,192); }
H1.HeaderClassName
{
color: #B3DCC0;
}
.AnyTagClassName
{
color: #B3DCC0;
}
</style>
background-color css
<style>
a { background-color: #B3DCC0; }
a { background-color: rgb(179,220,192); }
div.DivClassName
{
background-color: #B3DCC0;
}
.BgClassName
{
background-color: #B3DCC0;
}
</style>
border-color css
<style>
span { border-color: #B3DCC0; }
span { border-color: rgb(179,220,192); }
td.TdClassName
{
border-color: #B3DCC0;
}
.TagClassName
{
border-color: #B3DCC0;
}
</style>