Shades of Fringy Flower #B5EDB7
Tints of Fringy Flower #B5EDB7
RGB
CMYK
RGB Variations
Color information
#B5EDB7 (or 0xB5EDB7) is known color: Fringy Flower. HEX triplet: B5, ED and B7. RGB value is (181,237,183). Sum of RGB (Red+Green+Blue) = 181+237+183=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 183 (71.88% from 255 or 30.45% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #B5EDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EDB7 is #4A1248. Grayscale: #D6D6D6. Windows color (decimal): -4854345 or 12053941. OLE color: 12053941.
HSL color Cylindrical-coordinate representation of color #B5EDB7: hue angle of 122.14º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5EDB7 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 181 | 237 | 183 | - |
CMYK | 0.24 | 0 | 0.23 | 0.07 |
HSL | 122.14º | 0.61% | 0.82% | - |
HSV(B) | 122.14º | 0.24% | 0.93% | - |
XYZ | 57.89 | 73.81 | 56 | - |
YUV | 214.1 | 110.45 | 104.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 237 | 183 | 0.24 | 0 | 0.23 | 0.07 | 122.14 | 0.61 | 0.82 |
Hex | B5 | ED | B7 | 18 | 0 | 17 | 7 | 7A | 3D | 52 |
Octal | 265 | 355 | 267 | 30 | 0 | 27 | 7 | 172 | 75 | 122 |
Binary | 10110101 | 11101101 | 10110111 | 11000 | 0 | 10111 | 111 | 1111010 | 111101 | 1010010 |
Color Harmonies of #B5EDB7
Complementary color
Monochromatic Colors of #B5EDB7
Black with #B5EDB7
Text Example
Text Example
White with #B5EDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EDB7; }
p { color: rgb(181,237,183); }
H1.HeaderClassName
{
color: #B5EDB7;
}
.AnyTagClassName
{
color: #B5EDB7;
}
</style>
background-color css
<style>
a { background-color: #B5EDB7; }
a { background-color: rgb(181,237,183); }
div.DivClassName
{
background-color: #B5EDB7;
}
.BgClassName
{
background-color: #B5EDB7;
}
</style>
border-color css
<style>
span { border-color: #B5EDB7; }
span { border-color: rgb(181,237,183); }
td.TdClassName
{
border-color: #B5EDB7;
}
.TagClassName
{
border-color: #B5EDB7;
}
</style>