Shades of Fringy Flower #B7EDB7
Tints of Fringy Flower #B7EDB7
RGB
CMYK
RGB Variations
Color information
#B7EDB7 (or 0xB7EDB7) is known color: Fringy Flower. HEX triplet: B7, ED and B7. RGB value is (183,237,183). Sum of RGB (Red+Green+Blue) = 183+237+183=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 183 (71.88% from 255 or 30.35% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EDB7 is #481248. Grayscale: #D6D6D6. Windows color (decimal): -4723273 or 12053943. OLE color: 12053943.
HSL color Cylindrical-coordinate representation of color #B7EDB7: hue angle of 120º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EDB7 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 183 | 237 | 183 | - |
CMYK | 0.23 | 0 | 0.23 | 0.07 |
HSL | 120º | 0.6% | 0.82% | - |
HSV(B) | 120º | 0.23% | 0.93% | - |
XYZ | 58.36 | 74.05 | 56.02 | - |
YUV | 214.7 | 110.11 | 105.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 237 | 183 | 0.23 | 0 | 0.23 | 0.07 | 120 | 0.6 | 0.82 |
Hex | B7 | ED | B7 | 17 | 0 | 17 | 7 | 78 | 3C | 52 |
Octal | 267 | 355 | 267 | 27 | 0 | 27 | 7 | 170 | 74 | 122 |
Binary | 10110111 | 11101101 | 10110111 | 10111 | 0 | 10111 | 111 | 1111000 | 111100 | 1010010 |
Color Harmonies of #B7EDB7
Complementary color
Monochromatic Colors of #B7EDB7
Black with #B7EDB7
Text Example
Text Example
White with #B7EDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EDB7; }
p { color: rgb(183,237,183); }
H1.HeaderClassName
{
color: #B7EDB7;
}
.AnyTagClassName
{
color: #B7EDB7;
}
</style>
background-color css
<style>
a { background-color: #B7EDB7; }
a { background-color: rgb(183,237,183); }
div.DivClassName
{
background-color: #B7EDB7;
}
.BgClassName
{
background-color: #B7EDB7;
}
</style>
border-color css
<style>
span { border-color: #B7EDB7; }
span { border-color: rgb(183,237,183); }
td.TdClassName
{
border-color: #B7EDB7;
}
.TagClassName
{
border-color: #B7EDB7;
}
</style>