Shades of Fringy Flower #B3EDB7
Tints of Fringy Flower #B3EDB7
RGB
CMYK
RGB Variations
Color information
#B3EDB7 (or 0xB3EDB7) is known color: Fringy Flower. HEX triplet: B3, ED and B7. RGB value is (179,237,183). Sum of RGB (Red+Green+Blue) = 179+237+183=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #B3EDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EDB7 is #4C1248. Grayscale: #D5D5D5. Windows color (decimal): -4985417 or 12053939. OLE color: 12053939.
HSL color Cylindrical-coordinate representation of color #B3EDB7: hue angle of 124.14º degrees, saturation: 0.62, 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 #B3EDB7 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 237 | 183 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.07 |
| HSL | 124.14º | 0.62% | 0.82% | - |
| HSV(B) | 124.14º | 0.24% | 0.93% | - |
| XYZ | 57.42 | 73.57 | 55.97 | - |
| YUV | 213.5 | 110.78 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 237 | 183 | 0.24 | 0 | 0.23 | 0.07 | 124.14 | 0.62 | 0.82 |
| Hex | B3 | ED | B7 | 18 | 0 | 17 | 7 | 7C | 3E | 52 |
| Octal | 263 | 355 | 267 | 30 | 0 | 27 | 7 | 174 | 76 | 122 |
| Binary | 10110011 | 11101101 | 10110111 | 11000 | 0 | 10111 | 111 | 1111100 | 111110 | 1010010 |
Color Harmonies of #B3EDB7
Complementary color
Monochromatic Colors of #B3EDB7
Black with #B3EDB7
Text Example
Text Example
White with #B3EDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EDB7; }
p { color: rgb(179,237,183); }
H1.HeaderClassName
{
color: #B3EDB7;
}
.AnyTagClassName
{
color: #B3EDB7;
}
</style>
background-color css
<style>
a { background-color: #B3EDB7; }
a { background-color: rgb(179,237,183); }
div.DivClassName
{
background-color: #B3EDB7;
}
.BgClassName
{
background-color: #B3EDB7;
}
</style>
border-color css
<style>
span { border-color: #B3EDB7; }
span { border-color: rgb(179,237,183); }
td.TdClassName
{
border-color: #B3EDB7;
}
.TagClassName
{
border-color: #B3EDB7;
}
</style>