Shades of Fringy Flower #B3F1BD
Tints of Fringy Flower #B3F1BD
RGB
CMYK
RGB Variations
Color information
#B3F1BD (or 0xB3F1BD) is known color: Fringy Flower. HEX triplet: B3, F1 and BD. RGB value is (179,241,189). Sum of RGB (Red+Green+Blue) = 179+241+189=609 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.39% from 609); Green value is 241 (94.53% from 255 or 39.57% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1BD is #4C0E42. Grayscale: #D8D8D8. Windows color (decimal): -4984387 or 12448179. OLE color: 12448179.
HSL color Cylindrical-coordinate representation of color #B3F1BD: hue angle of 129.68º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F1BD is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 189 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.05 |
| HSL | 129.68º | 0.69% | 0.82% | - |
| HSV(B) | 129.68º | 0.26% | 0.95% | - |
| XYZ | 59.23 | 76.17 | 59.72 | - |
| YUV | 216.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 189 | 0.26 | 0 | 0.22 | 0.05 | 129.68 | 0.69 | 0.82 |
| Hex | B3 | F1 | BD | 1A | 0 | 16 | 5 | 82 | 45 | 52 |
| Octal | 263 | 361 | 275 | 32 | 0 | 26 | 5 | 202 | 105 | 122 |
| Binary | 10110011 | 11110001 | 10111101 | 11010 | 0 | 10110 | 101 | 10000010 | 1000101 | 1010010 |
Color Harmonies of #B3F1BD
Complementary color
Monochromatic Colors of #B3F1BD
Black with #B3F1BD
Text Example
Text Example
White with #B3F1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F1BD; }
p { color: rgb(179,241,189); }
H1.HeaderClassName
{
color: #B3F1BD;
}
.AnyTagClassName
{
color: #B3F1BD;
}
</style>
background-color css
<style>
a { background-color: #B3F1BD; }
a { background-color: rgb(179,241,189); }
div.DivClassName
{
background-color: #B3F1BD;
}
.BgClassName
{
background-color: #B3F1BD;
}
</style>
border-color css
<style>
span { border-color: #B3F1BD; }
span { border-color: rgb(179,241,189); }
td.TdClassName
{
border-color: #B3F1BD;
}
.TagClassName
{
border-color: #B3F1BD;
}
</style>