Shades of Fringy Flower #B5E8BB
Tints of Fringy Flower #B5E8BB
RGB
CMYK
RGB Variations
Color information
#B5E8BB (or 0xB5E8BB) is known color: Fringy Flower. HEX triplet: B5, E8 and BB. RGB value is (181,232,187). Sum of RGB (Red+Green+Blue) = 181+232+187=600 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.17% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8BB is #4A1744. Grayscale: #D3D3D3. Windows color (decimal): -4855621 or 12314805. OLE color: 12314805.
HSL color Cylindrical-coordinate representation of color #B5E8BB: hue angle of 127.06º degrees, saturation: 0.53, 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 #B5E8BB is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 232 | 187 | - |
CMYK | 0.22 | 0 | 0.19 | 0.09 |
HSL | 127.06º | 0.53% | 0.81% | - |
HSV(B) | 127.06º | 0.22% | 0.91% | - |
XYZ | 56.88 | 71.12 | 57.74 | - |
YUV | 211.62 | 114.1 | 106.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 232 | 187 | 0.22 | 0 | 0.19 | 0.09 | 127.06 | 0.53 | 0.81 |
Hex | B5 | E8 | BB | 16 | 0 | 13 | 9 | 7F | 35 | 51 |
Octal | 265 | 350 | 273 | 26 | 0 | 23 | 11 | 177 | 65 | 121 |
Binary | 10110101 | 11101000 | 10111011 | 10110 | 0 | 10011 | 1001 | 1111111 | 110101 | 1010001 |
Color Harmonies of #B5E8BB
Complementary color
Monochromatic Colors of #B5E8BB
Black with #B5E8BB
Text Example
Text Example
White with #B5E8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E8BB; }
p { color: rgb(181,232,187); }
H1.HeaderClassName
{
color: #B5E8BB;
}
.AnyTagClassName
{
color: #B5E8BB;
}
</style>
background-color css
<style>
a { background-color: #B5E8BB; }
a { background-color: rgb(181,232,187); }
div.DivClassName
{
background-color: #B5E8BB;
}
.BgClassName
{
background-color: #B5E8BB;
}
</style>
border-color css
<style>
span { border-color: #B5E8BB; }
span { border-color: rgb(181,232,187); }
td.TdClassName
{
border-color: #B5E8BB;
}
.TagClassName
{
border-color: #B5E8BB;
}
</style>