Shades of Fringy Flower #BAEFC3
Tints of Fringy Flower #BAEFC3
RGB
CMYK
RGB Variations
Color information
#BAEFC3 (or 0xBAEFC3) is known color: Fringy Flower. HEX triplet: BA, EF and C3. RGB value is (186,239,195). Sum of RGB (Red+Green+Blue) = 186+239+195=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 195 (76.56% from 255 or 31.45% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFC3 is #45103C. Grayscale: #DADADA. Windows color (decimal): -4526141 or 12840890. OLE color: 12840890.
HSL color Cylindrical-coordinate representation of color #BAEFC3: hue angle of 130.19º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFC3 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 239 | 195 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.06 |
| HSL | 130.19º | 0.62% | 0.83% | - |
| HSV(B) | 130.19º | 0.22% | 0.94% | - |
| XYZ | 60.97 | 76.11 | 63.11 | - |
| YUV | 218.14 | 114.94 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 239 | 195 | 0.22 | 0 | 0.18 | 0.06 | 130.19 | 0.62 | 0.83 |
| Hex | BA | EF | C3 | 16 | 0 | 12 | 6 | 82 | 3E | 53 |
| Octal | 272 | 357 | 303 | 26 | 0 | 22 | 6 | 202 | 76 | 123 |
| Binary | 10111010 | 11101111 | 11000011 | 10110 | 0 | 10010 | 110 | 10000010 | 111110 | 1010011 |
Color Harmonies of #BAEFC3
Complementary color
Monochromatic Colors of #BAEFC3
Black with #BAEFC3
Text Example
Text Example
White with #BAEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEFC3; }
p { color: rgb(186,239,195); }
H1.HeaderClassName
{
color: #BAEFC3;
}
.AnyTagClassName
{
color: #BAEFC3;
}
</style>
background-color css
<style>
a { background-color: #BAEFC3; }
a { background-color: rgb(186,239,195); }
div.DivClassName
{
background-color: #BAEFC3;
}
.BgClassName
{
background-color: #BAEFC3;
}
</style>
border-color css
<style>
span { border-color: #BAEFC3; }
span { border-color: rgb(186,239,195); }
td.TdClassName
{
border-color: #BAEFC3;
}
.TagClassName
{
border-color: #BAEFC3;
}
</style>