Shades of Fringy Flower #B4FAC1
Tints of Fringy Flower #B4FAC1
RGB
CMYK
RGB Variations
Color information
#B4FAC1 (or 0xB4FAC1) is known color: Fringy Flower. HEX triplet: B4, FA and C1. RGB value is (180,250,193). Sum of RGB (Red+Green+Blue) = 180+250+193=623 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.89% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 193 (75.78% from 255 or 30.98% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FAC1 is #4B053E. Grayscale: #DEDEDE. Windows color (decimal): -4916543 or 12712628. OLE color: 12712628.
HSL color Cylindrical-coordinate representation of color #B4FAC1: hue angle of 131.14º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FAC1 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 193 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.02 |
| HSL | 131.14º | 0.88% | 0.84% | - |
| HSV(B) | 131.14º | 0.28% | 0.98% | - |
| XYZ | 62.63 | 81.92 | 62.96 | - |
| YUV | 222.57 | 111.31 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 193 | 0.28 | 0 | 0.23 | 0.02 | 131.14 | 0.88 | 0.84 |
| Hex | B4 | FA | C1 | 1C | 0 | 17 | 2 | 83 | 58 | 54 |
| Octal | 264 | 372 | 301 | 34 | 0 | 27 | 2 | 203 | 130 | 124 |
| Binary | 10110100 | 11111010 | 11000001 | 11100 | 0 | 10111 | 10 | 10000011 | 1011000 | 1010100 |
Color Harmonies of #B4FAC1
Complementary color
Monochromatic Colors of #B4FAC1
Black with #B4FAC1
Text Example
Text Example
White with #B4FAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FAC1; }
p { color: rgb(180,250,193); }
H1.HeaderClassName
{
color: #B4FAC1;
}
.AnyTagClassName
{
color: #B4FAC1;
}
</style>
background-color css
<style>
a { background-color: #B4FAC1; }
a { background-color: rgb(180,250,193); }
div.DivClassName
{
background-color: #B4FAC1;
}
.BgClassName
{
background-color: #B4FAC1;
}
</style>
border-color css
<style>
span { border-color: #B4FAC1; }
span { border-color: rgb(180,250,193); }
td.TdClassName
{
border-color: #B4FAC1;
}
.TagClassName
{
border-color: #B4FAC1;
}
</style>