Shades of Fringy Flower #B4F3BD
Tints of Fringy Flower #B4F3BD
RGB
CMYK
RGB Variations
Color information
#B4F3BD (or 0xB4F3BD) is known color: Fringy Flower. HEX triplet: B4, F3 and BD. RGB value is (180,243,189). Sum of RGB (Red+Green+Blue) = 180+243+189=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 243 (95.31% from 255 or 39.71% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 243 - color contains mainly: green. Hex color #B4F3BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F3BD is #4B0C42. Grayscale: #DADADA. Windows color (decimal): -4918339 or 12448692. OLE color: 12448692.
HSL color Cylindrical-coordinate representation of color #B4F3BD: hue angle of 128.57º degrees, saturation: 0.72, 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 #B4F3BD is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 243 | 189 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.05 |
| HSL | 128.57º | 0.72% | 0.83% | - |
| HSV(B) | 128.57º | 0.26% | 0.95% | - |
| XYZ | 60.06 | 77.48 | 59.93 | - |
| YUV | 218.01 | 111.63 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 243 | 189 | 0.26 | 0 | 0.22 | 0.05 | 128.57 | 0.72 | 0.83 |
| Hex | B4 | F3 | BD | 1A | 0 | 16 | 5 | 81 | 48 | 53 |
| Octal | 264 | 363 | 275 | 32 | 0 | 26 | 5 | 201 | 110 | 123 |
| Binary | 10110100 | 11110011 | 10111101 | 11010 | 0 | 10110 | 101 | 10000001 | 1001000 | 1010011 |
Color Harmonies of #B4F3BD
Complementary color
Monochromatic Colors of #B4F3BD
Black with #B4F3BD
Text Example
Text Example
White with #B4F3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F3BD; }
p { color: rgb(180,243,189); }
H1.HeaderClassName
{
color: #B4F3BD;
}
.AnyTagClassName
{
color: #B4F3BD;
}
</style>
background-color css
<style>
a { background-color: #B4F3BD; }
a { background-color: rgb(180,243,189); }
div.DivClassName
{
background-color: #B4F3BD;
}
.BgClassName
{
background-color: #B4F3BD;
}
</style>
border-color css
<style>
span { border-color: #B4F3BD; }
span { border-color: rgb(180,243,189); }
td.TdClassName
{
border-color: #B4F3BD;
}
.TagClassName
{
border-color: #B4F3BD;
}
</style>