Shades of Fringy Flower #B8E0BC
Tints of Fringy Flower #B8E0BC
RGB
CMYK
RGB Variations
Color information
#B8E0BC (or 0xB8E0BC) is known color: Fringy Flower. HEX triplet: B8, E0 and BC. RGB value is (184,224,188). Sum of RGB (Red+Green+Blue) = 184+224+188=596 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.87% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #B8E0BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E0BC is #471F43. Grayscale: #D0D0D0. Windows color (decimal): -4661060 or 12378296. OLE color: 12378296.
HSL color Cylindrical-coordinate representation of color #B8E0BC: hue angle of 126º 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 #B8E0BC is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 224 | 188 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.12 |
| HSL | 126º | 0.39% | 0.8% | - |
| HSV(B) | 126º | 0.18% | 0.88% | - |
| XYZ | 55.5 | 67.13 | 57.61 | - |
| YUV | 207.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 224 | 188 | 0.18 | 0 | 0.16 | 0.12 | 126 | 0.39 | 0.8 |
| Hex | B8 | E0 | BC | 12 | 0 | 10 | C | 7E | 27 | 50 |
| Octal | 270 | 340 | 274 | 22 | 0 | 20 | 14 | 176 | 47 | 120 |
| Binary | 10111000 | 11100000 | 10111100 | 10010 | 0 | 10000 | 1100 | 1111110 | 100111 | 1010000 |
Color Harmonies of #B8E0BC
Complementary color
Monochromatic Colors of #B8E0BC
Black with #B8E0BC
Text Example
Text Example
White with #B8E0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E0BC; }
p { color: rgb(184,224,188); }
H1.HeaderClassName
{
color: #B8E0BC;
}
.AnyTagClassName
{
color: #B8E0BC;
}
</style>
background-color css
<style>
a { background-color: #B8E0BC; }
a { background-color: rgb(184,224,188); }
div.DivClassName
{
background-color: #B8E0BC;
}
.BgClassName
{
background-color: #B8E0BC;
}
</style>
border-color css
<style>
span { border-color: #B8E0BC; }
span { border-color: rgb(184,224,188); }
td.TdClassName
{
border-color: #B8E0BC;
}
.TagClassName
{
border-color: #B8E0BC;
}
</style>