Shades of Fringy Flower #BAFBC1
Tints of Fringy Flower #BAFBC1
RGB
CMYK
RGB Variations
Color information
#BAFBC1 (or 0xBAFBC1) is known color: Fringy Flower. HEX triplet: BA, FB and C1. RGB value is (186,251,193). Sum of RGB (Red+Green+Blue) = 186+251+193=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 193 (75.78% from 255 or 30.63% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBC1 is #45043E. Grayscale: #E1E1E1. Windows color (decimal): -4523071 or 12712890. OLE color: 12712890.
HSL color Cylindrical-coordinate representation of color #BAFBC1: hue angle of 126.46º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFBC1 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 193 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.02 |
| HSL | 126.46º | 0.89% | 0.86% | - |
| HSV(B) | 126.46º | 0.26% | 0.98% | - |
| XYZ | 64.37 | 83.28 | 63.13 | - |
| YUV | 224.95 | 109.97 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 193 | 0.26 | 0 | 0.23 | 0.02 | 126.46 | 0.89 | 0.86 |
| Hex | BA | FB | C1 | 1A | 0 | 17 | 2 | 7E | 59 | 56 |
| Octal | 272 | 373 | 301 | 32 | 0 | 27 | 2 | 176 | 131 | 126 |
| Binary | 10111010 | 11111011 | 11000001 | 11010 | 0 | 10111 | 10 | 1111110 | 1011001 | 1010110 |
Color Harmonies of #BAFBC1
Complementary color
Monochromatic Colors of #BAFBC1
Black with #BAFBC1
Text Example
Text Example
White with #BAFBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFBC1; }
p { color: rgb(186,251,193); }
H1.HeaderClassName
{
color: #BAFBC1;
}
.AnyTagClassName
{
color: #BAFBC1;
}
</style>
background-color css
<style>
a { background-color: #BAFBC1; }
a { background-color: rgb(186,251,193); }
div.DivClassName
{
background-color: #BAFBC1;
}
.BgClassName
{
background-color: #BAFBC1;
}
</style>
border-color css
<style>
span { border-color: #BAFBC1; }
span { border-color: rgb(186,251,193); }
td.TdClassName
{
border-color: #BAFBC1;
}
.TagClassName
{
border-color: #BAFBC1;
}
</style>