Shades of Fringy Flower #B8E0BE
Tints of Fringy Flower #B8E0BE
RGB
CMYK
RGB Variations
Color information
#B8E0BE (or 0xB8E0BE) is known color: Fringy Flower. HEX triplet: B8, E0 and BE. RGB value is (184,224,190). Sum of RGB (Red+Green+Blue) = 184+224+190=598 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.77% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 190 (74.61% from 255 or 31.77% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #B8E0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E0BE is #471F41. Grayscale: #D0D0D0. Windows color (decimal): -4661058 or 12509368. OLE color: 12509368.
HSL color Cylindrical-coordinate representation of color #B8E0BE: hue angle of 129º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8E0BE is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 224 | 190 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.12 |
| HSL | 129º | 0.39% | 0.8% | - |
| HSV(B) | 129º | 0.18% | 0.88% | - |
| XYZ | 55.72 | 67.22 | 58.75 | - |
| YUV | 208.16 | 117.75 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 224 | 190 | 0.18 | 0 | 0.15 | 0.12 | 129 | 0.39 | 0.8 |
| Hex | B8 | E0 | BE | 12 | 0 | F | C | 81 | 27 | 50 |
| Octal | 270 | 340 | 276 | 22 | 0 | 17 | 14 | 201 | 47 | 120 |
| Binary | 10111000 | 11100000 | 10111110 | 10010 | 0 | 1111 | 1100 | 10000001 | 100111 | 1010000 |
Color Harmonies of #B8E0BE
Complementary color
Monochromatic Colors of #B8E0BE
Black with #B8E0BE
Text Example
Text Example
White with #B8E0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E0BE; }
p { color: rgb(184,224,190); }
H1.HeaderClassName
{
color: #B8E0BE;
}
.AnyTagClassName
{
color: #B8E0BE;
}
</style>
background-color css
<style>
a { background-color: #B8E0BE; }
a { background-color: rgb(184,224,190); }
div.DivClassName
{
background-color: #B8E0BE;
}
.BgClassName
{
background-color: #B8E0BE;
}
</style>
border-color css
<style>
span { border-color: #B8E0BE; }
span { border-color: rgb(184,224,190); }
td.TdClassName
{
border-color: #B8E0BE;
}
.TagClassName
{
border-color: #B8E0BE;
}
</style>