Shades of Fringy Flower #B3F3BD
Tints of Fringy Flower #B3F3BD
RGB
CMYK
RGB Variations
Color information
#B3F3BD (or 0xB3F3BD) is known color: Fringy Flower. HEX triplet: B3, F3 and BD. RGB value is (179,243,189). Sum of RGB (Red+Green+Blue) = 179+243+189=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 243 (95.31% from 255 or 39.77% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F3BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F3BD is #4C0C42. Grayscale: #D9D9D9. Windows color (decimal): -4983875 or 12448691. OLE color: 12448691.
HSL color Cylindrical-coordinate representation of color #B3F3BD: hue angle of 129.38º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F3BD is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 243 | 189 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.05 |
| HSL | 129.38º | 0.73% | 0.83% | - |
| HSV(B) | 129.38º | 0.26% | 0.95% | - |
| XYZ | 59.83 | 77.36 | 59.92 | - |
| YUV | 217.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 243 | 189 | 0.26 | 0 | 0.22 | 0.05 | 129.38 | 0.73 | 0.83 |
| Hex | B3 | F3 | BD | 1A | 0 | 16 | 5 | 81 | 49 | 53 |
| Octal | 263 | 363 | 275 | 32 | 0 | 26 | 5 | 201 | 111 | 123 |
| Binary | 10110011 | 11110011 | 10111101 | 11010 | 0 | 10110 | 101 | 10000001 | 1001001 | 1010011 |
Color Harmonies of #B3F3BD
Complementary color
Monochromatic Colors of #B3F3BD
Black with #B3F3BD
Text Example
Text Example
White with #B3F3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F3BD; }
p { color: rgb(179,243,189); }
H1.HeaderClassName
{
color: #B3F3BD;
}
.AnyTagClassName
{
color: #B3F3BD;
}
</style>
background-color css
<style>
a { background-color: #B3F3BD; }
a { background-color: rgb(179,243,189); }
div.DivClassName
{
background-color: #B3F3BD;
}
.BgClassName
{
background-color: #B3F3BD;
}
</style>
border-color css
<style>
span { border-color: #B3F3BD; }
span { border-color: rgb(179,243,189); }
td.TdClassName
{
border-color: #B3F3BD;
}
.TagClassName
{
border-color: #B3F3BD;
}
</style>