Shades of Fringy Flower #B5E9BC
Tints of Fringy Flower #B5E9BC
RGB
CMYK
RGB Variations
Color information
#B5E9BC (or 0xB5E9BC) is known color: Fringy Flower. HEX triplet: B5, E9 and BC. RGB value is (181,233,188). Sum of RGB (Red+Green+Blue) = 181+233+188=602 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.07% from 602); Green value is 233 (91.41% from 255 or 38.70% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E9BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E9BC is #4A1643. Grayscale: #D4D4D4. Windows color (decimal): -4855364 or 12380597. OLE color: 12380597.
HSL color Cylindrical-coordinate representation of color #B5E9BC: hue angle of 128.08º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E9BC is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 233 | 188 | - |
CMYK | 0.22 | 0 | 0.19 | 0.09 |
HSL | 128.08º | 0.54% | 0.81% | - |
HSV(B) | 128.08º | 0.22% | 0.91% | - |
XYZ | 57.27 | 71.73 | 58.4 | - |
YUV | 212.32 | 114.27 | 105.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 233 | 188 | 0.22 | 0 | 0.19 | 0.09 | 128.08 | 0.54 | 0.81 |
Hex | B5 | E9 | BC | 16 | 0 | 13 | 9 | 80 | 36 | 51 |
Octal | 265 | 351 | 274 | 26 | 0 | 23 | 11 | 200 | 66 | 121 |
Binary | 10110101 | 11101001 | 10111100 | 10110 | 0 | 10011 | 1001 | 10000000 | 110110 | 1010001 |
Color Harmonies of #B5E9BC
Complementary color
Monochromatic Colors of #B5E9BC
Black with #B5E9BC
Text Example
Text Example
White with #B5E9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E9BC; }
p { color: rgb(181,233,188); }
H1.HeaderClassName
{
color: #B5E9BC;
}
.AnyTagClassName
{
color: #B5E9BC;
}
</style>
background-color css
<style>
a { background-color: #B5E9BC; }
a { background-color: rgb(181,233,188); }
div.DivClassName
{
background-color: #B5E9BC;
}
.BgClassName
{
background-color: #B5E9BC;
}
</style>
border-color css
<style>
span { border-color: #B5E9BC; }
span { border-color: rgb(181,233,188); }
td.TdClassName
{
border-color: #B5E9BC;
}
.TagClassName
{
border-color: #B5E9BC;
}
</style>