Shades of Fringy Flower #BAFFBD
Tints of Fringy Flower #BAFFBD
RGB
CMYK
RGB Variations
Color information
#BAFFBD (or 0xBAFFBD) is known color: Fringy Flower. HEX triplet: BA, FF and BD. RGB value is (186,255,189). Sum of RGB (Red+Green+Blue) = 186+255+189=630 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.52% from 630); Green value is 255 (100% from 255 or 40.48% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFBD is #450042. Grayscale: #E3E3E3. Windows color (decimal): -4522051 or 12451770. OLE color: 12451770.
HSL color Cylindrical-coordinate representation of color #BAFFBD: hue angle of 122.61º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFBD is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 189 | - |
| CMYK | 0.27 | 0 | 0.26 | 0 |
| HSL | 122.61º | 1% | 0.86% | - |
| HSV(B) | 122.61º | 0.27% | 1% | - |
| XYZ | 65.2 | 85.63 | 61.24 | - |
| YUV | 226.85 | 106.64 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 189 | 0.27 | 0 | 0.26 | 0 | 122.61 | 1 | 0.86 |
| Hex | BA | FF | BD | 1B | 0 | 1A | 0 | 7B | 64 | 56 |
| Octal | 272 | 377 | 275 | 33 | 0 | 32 | 0 | 173 | 144 | 126 |
| Binary | 10111010 | 11111111 | 10111101 | 11011 | 0 | 11010 | 0 | 1111011 | 1100100 | 1010110 |
Color Harmonies of #BAFFBD
Complementary color
Monochromatic Colors of #BAFFBD
Black with #BAFFBD
Text Example
Text Example
White with #BAFFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFBD; }
p { color: rgb(186,255,189); }
H1.HeaderClassName
{
color: #BAFFBD;
}
.AnyTagClassName
{
color: #BAFFBD;
}
</style>
background-color css
<style>
a { background-color: #BAFFBD; }
a { background-color: rgb(186,255,189); }
div.DivClassName
{
background-color: #BAFFBD;
}
.BgClassName
{
background-color: #BAFFBD;
}
</style>
border-color css
<style>
span { border-color: #BAFFBD; }
span { border-color: rgb(186,255,189); }
td.TdClassName
{
border-color: #BAFFBD;
}
.TagClassName
{
border-color: #BAFFBD;
}
</style>