Shades of Fringy Flower #BAEABB
Tints of Fringy Flower #BAEABB
RGB
CMYK
RGB Variations
Color information
#BAEABB (or 0xBAEABB) is known color: Fringy Flower. HEX triplet: BA, EA and BB. RGB value is (186,234,187). Sum of RGB (Red+Green+Blue) = 186+234+187=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEABB is #451544. Grayscale: #D6D6D6. Windows color (decimal): -4527429 or 12315322. OLE color: 12315322.
HSL color Cylindrical-coordinate representation of color #BAEABB: hue angle of 121.25º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEABB is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 187 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.08 |
| HSL | 121.25º | 0.53% | 0.82% | - |
| HSV(B) | 121.25º | 0.21% | 0.92% | - |
| XYZ | 58.64 | 72.87 | 57.99 | - |
| YUV | 214.29 | 112.6 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 187 | 0.21 | 0 | 0.20 | 0.08 | 121.25 | 0.53 | 0.82 |
| Hex | BA | EA | BB | 15 | 0 | 14 | 8 | 79 | 35 | 52 |
| Octal | 272 | 352 | 273 | 25 | 0 | 24 | 10 | 171 | 65 | 122 |
| Binary | 10111010 | 11101010 | 10111011 | 10101 | 0 | 10100 | 1000 | 1111001 | 110101 | 1010010 |
Color Harmonies of #BAEABB
Complementary color
Monochromatic Colors of #BAEABB
Black with #BAEABB
Text Example
Text Example
White with #BAEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEABB; }
p { color: rgb(186,234,187); }
H1.HeaderClassName
{
color: #BAEABB;
}
.AnyTagClassName
{
color: #BAEABB;
}
</style>
background-color css
<style>
a { background-color: #BAEABB; }
a { background-color: rgb(186,234,187); }
div.DivClassName
{
background-color: #BAEABB;
}
.BgClassName
{
background-color: #BAEABB;
}
</style>
border-color css
<style>
span { border-color: #BAEABB; }
span { border-color: rgb(186,234,187); }
td.TdClassName
{
border-color: #BAEABB;
}
.TagClassName
{
border-color: #BAEABB;
}
</style>