Shades of Fringy Flower #B3D8BE
Tints of Fringy Flower #B3D8BE
RGB
CMYK
RGB Variations
Color information
#B3D8BE (or 0xB3D8BE) is known color: Fringy Flower. HEX triplet: B3, D8 and BE. RGB value is (179,216,190). Sum of RGB (Red+Green+Blue) = 179+216+190=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D8BE is #4C2741. Grayscale: #CACACA. Windows color (decimal): -4990786 or 12507315. OLE color: 12507315.
HSL color Cylindrical-coordinate representation of color #B3D8BE: hue angle of 137.84º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3D8BE is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 216 | 190 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.15 |
| HSL | 137.84º | 0.32% | 0.77% | - |
| HSV(B) | 137.84º | 0.17% | 0.85% | - |
| XYZ | 52.44 | 62.41 | 58 | - |
| YUV | 201.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 216 | 190 | 0.17 | 0 | 0.12 | 0.15 | 137.84 | 0.32 | 0.77 |
| Hex | B3 | D8 | BE | 11 | 0 | C | F | 8A | 20 | 4D |
| Octal | 263 | 330 | 276 | 21 | 0 | 14 | 17 | 212 | 40 | 115 |
| Binary | 10110011 | 11011000 | 10111110 | 10001 | 0 | 1100 | 1111 | 10001010 | 100000 | 1001101 |
Color Harmonies of #B3D8BE
Complementary color
Monochromatic Colors of #B3D8BE
Black with #B3D8BE
Text Example
Text Example
White with #B3D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D8BE; }
p { color: rgb(179,216,190); }
H1.HeaderClassName
{
color: #B3D8BE;
}
.AnyTagClassName
{
color: #B3D8BE;
}
</style>
background-color css
<style>
a { background-color: #B3D8BE; }
a { background-color: rgb(179,216,190); }
div.DivClassName
{
background-color: #B3D8BE;
}
.BgClassName
{
background-color: #B3D8BE;
}
</style>
border-color css
<style>
span { border-color: #B3D8BE; }
span { border-color: rgb(179,216,190); }
td.TdClassName
{
border-color: #B3D8BE;
}
.TagClassName
{
border-color: #B3D8BE;
}
</style>