Shades of Fringy Flower #B3D9BF
Tints of Fringy Flower #B3D9BF
RGB
CMYK
RGB Variations
Color information
#B3D9BF (or 0xB3D9BF) is known color: Fringy Flower. HEX triplet: B3, D9 and BF. RGB value is (179,217,191). Sum of RGB (Red+Green+Blue) = 179+217+191=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 191 (75% from 255 or 32.54% from 587); Max value from RGB is 217 - color contains mainly: green. Hex color #B3D9BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D9BF is #4C2640. Grayscale: #CACACA. Windows color (decimal): -4990529 or 12573107. OLE color: 12573107.
HSL color Cylindrical-coordinate representation of color #B3D9BF: hue angle of 138.95º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3D9BF is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 217 | 191 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.15 |
| HSL | 138.95º | 0.33% | 0.78% | - |
| HSV(B) | 138.95º | 0.18% | 0.85% | - |
| XYZ | 52.81 | 62.97 | 58.66 | - |
| YUV | 202.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 217 | 191 | 0.18 | 0 | 0.12 | 0.15 | 138.95 | 0.33 | 0.78 |
| Hex | B3 | D9 | BF | 12 | 0 | C | F | 8B | 21 | 4E |
| Octal | 263 | 331 | 277 | 22 | 0 | 14 | 17 | 213 | 41 | 116 |
| Binary | 10110011 | 11011001 | 10111111 | 10010 | 0 | 1100 | 1111 | 10001011 | 100001 | 1001110 |
Color Harmonies of #B3D9BF
Complementary color
Monochromatic Colors of #B3D9BF
Black with #B3D9BF
Text Example
Text Example
White with #B3D9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D9BF; }
p { color: rgb(179,217,191); }
H1.HeaderClassName
{
color: #B3D9BF;
}
.AnyTagClassName
{
color: #B3D9BF;
}
</style>
background-color css
<style>
a { background-color: #B3D9BF; }
a { background-color: rgb(179,217,191); }
div.DivClassName
{
background-color: #B3D9BF;
}
.BgClassName
{
background-color: #B3D9BF;
}
</style>
border-color css
<style>
span { border-color: #B3D9BF; }
span { border-color: rgb(179,217,191); }
td.TdClassName
{
border-color: #B3D9BF;
}
.TagClassName
{
border-color: #B3D9BF;
}
</style>