Shades of Fringy Flower #B5E7BC
Tints of Fringy Flower #B5E7BC
RGB
CMYK
RGB Variations
Color information
#B5E7BC (or 0xB5E7BC) is known color: Fringy Flower. HEX triplet: B5, E7 and BC. RGB value is (181,231,188). Sum of RGB (Red+Green+Blue) = 181+231+188=600 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.17% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E7BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E7BC is #4A1843. Grayscale: #D3D3D3. Windows color (decimal): -4855876 or 12380085. OLE color: 12380085.
HSL color Cylindrical-coordinate representation of color #B5E7BC: hue angle of 128.4º 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 #B5E7BC is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
RGB | 181 | 231 | 188 | - |
CMYK | 0.22 | 0 | 0.19 | 0.09 |
HSL | 128.4º | 0.51% | 0.81% | - |
HSV(B) | 128.4º | 0.22% | 0.91% | - |
XYZ | 56.71 | 70.61 | 58.22 | - |
YUV | 211.15 | 114.94 | 106.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 231 | 188 | 0.22 | 0 | 0.19 | 0.09 | 128.4 | 0.51 | 0.81 |
Hex | B5 | E7 | BC | 16 | 0 | 13 | 9 | 80 | 33 | 51 |
Octal | 265 | 347 | 274 | 26 | 0 | 23 | 11 | 200 | 63 | 121 |
Binary | 10110101 | 11100111 | 10111100 | 10110 | 0 | 10011 | 1001 | 10000000 | 110011 | 1010001 |
Color Harmonies of #B5E7BC
Complementary color
Monochromatic Colors of #B5E7BC
Black with #B5E7BC
Text Example
Text Example
White with #B5E7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E7BC; }
p { color: rgb(181,231,188); }
H1.HeaderClassName
{
color: #B5E7BC;
}
.AnyTagClassName
{
color: #B5E7BC;
}
</style>
background-color css
<style>
a { background-color: #B5E7BC; }
a { background-color: rgb(181,231,188); }
div.DivClassName
{
background-color: #B5E7BC;
}
.BgClassName
{
background-color: #B5E7BC;
}
</style>
border-color css
<style>
span { border-color: #B5E7BC; }
span { border-color: rgb(181,231,188); }
td.TdClassName
{
border-color: #B5E7BC;
}
.TagClassName
{
border-color: #B5E7BC;
}
</style>