Shades of Fringy Flower #B0E6BD
Tints of Fringy Flower #B0E6BD
RGB
CMYK
RGB Variations
Color information
#B0E6BD (or 0xB0E6BD) is known color: Fringy Flower. HEX triplet: B0, E6 and BD. RGB value is (176,230,189). Sum of RGB (Red+Green+Blue) = 176+230+189=595 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.58% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E6BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0E6BD is #4F1942. Grayscale: #D1D1D1. Windows color (decimal): -5183811 or 12445360. OLE color: 12445360.
HSL color Cylindrical-coordinate representation of color #B0E6BD: hue angle of 134.44º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0E6BD is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 230 | 189 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.10 |
| HSL | 134.44º | 0.52% | 0.8% | - |
| HSV(B) | 134.44º | 0.23% | 0.9% | - |
| XYZ | 55.39 | 69.5 | 58.64 | - |
| YUV | 209.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 189 | 0.23 | 0 | 0.18 | 0.10 | 134.44 | 0.52 | 0.8 |
| Hex | B0 | E6 | BD | 17 | 0 | 12 | A | 86 | 34 | 50 |
| Octal | 260 | 346 | 275 | 27 | 0 | 22 | 12 | 206 | 64 | 120 |
| Binary | 10110000 | 11100110 | 10111101 | 10111 | 0 | 10010 | 1010 | 10000110 | 110100 | 1010000 |
Color Harmonies of #B0E6BD
Complementary color
Monochromatic Colors of #B0E6BD
Black with #B0E6BD
Text Example
Text Example
White with #B0E6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E6BD; }
p { color: rgb(176,230,189); }
H1.HeaderClassName
{
color: #B0E6BD;
}
.AnyTagClassName
{
color: #B0E6BD;
}
</style>
background-color css
<style>
a { background-color: #B0E6BD; }
a { background-color: rgb(176,230,189); }
div.DivClassName
{
background-color: #B0E6BD;
}
.BgClassName
{
background-color: #B0E6BD;
}
</style>
border-color css
<style>
span { border-color: #B0E6BD; }
span { border-color: rgb(176,230,189); }
td.TdClassName
{
border-color: #B0E6BD;
}
.TagClassName
{
border-color: #B0E6BD;
}
</style>