Shades of Fringy Flower #B5E7BF
Tints of Fringy Flower #B5E7BF
RGB
CMYK
RGB Variations
Color information
#B5E7BF (or 0xB5E7BF) is known color: Fringy Flower. HEX triplet: B5, E7 and BF. RGB value is (181,231,191). Sum of RGB (Red+Green+Blue) = 181+231+191=603 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.02% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E7BF is #4A1840. Grayscale: #D3D3D3. Windows color (decimal): -4855873 or 12576693. OLE color: 12576693.
HSL color Cylindrical-coordinate representation of color #B5E7BF: hue angle of 132º degrees, saturation: 0.51, 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 #B5E7BF is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 231 | 191 | - |
CMYK | 0.22 | 0 | 0.17 | 0.09 |
HSL | 132º | 0.51% | 0.81% | - |
HSV(B) | 132º | 0.22% | 0.91% | - |
XYZ | 57.04 | 70.74 | 59.94 | - |
YUV | 211.49 | 116.44 | 106.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 231 | 191 | 0.22 | 0 | 0.17 | 0.09 | 132 | 0.51 | 0.81 |
Hex | B5 | E7 | BF | 16 | 0 | 11 | 9 | 84 | 33 | 51 |
Octal | 265 | 347 | 277 | 26 | 0 | 21 | 11 | 204 | 63 | 121 |
Binary | 10110101 | 11100111 | 10111111 | 10110 | 0 | 10001 | 1001 | 10000100 | 110011 | 1010001 |
Color Harmonies of #B5E7BF
Complementary color
Monochromatic Colors of #B5E7BF
Black with #B5E7BF
Text Example
Text Example
White with #B5E7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E7BF; }
p { color: rgb(181,231,191); }
H1.HeaderClassName
{
color: #B5E7BF;
}
.AnyTagClassName
{
color: #B5E7BF;
}
</style>
background-color css
<style>
a { background-color: #B5E7BF; }
a { background-color: rgb(181,231,191); }
div.DivClassName
{
background-color: #B5E7BF;
}
.BgClassName
{
background-color: #B5E7BF;
}
</style>
border-color css
<style>
span { border-color: #B5E7BF; }
span { border-color: rgb(181,231,191); }
td.TdClassName
{
border-color: #B5E7BF;
}
.TagClassName
{
border-color: #B5E7BF;
}
</style>