Shades of Fringy Flower #BAEEC3
Tints of Fringy Flower #BAEEC3
RGB
CMYK
RGB Variations
Color information
#BAEEC3 (or 0xBAEEC3) is known color: Fringy Flower. HEX triplet: BA, EE and C3. RGB value is (186,238,195). Sum of RGB (Red+Green+Blue) = 186+238+195=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 195 (76.56% from 255 or 31.50% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEC3 is #45113C. Grayscale: #D9D9D9. Windows color (decimal): -4526397 or 12840634. OLE color: 12840634.
HSL color Cylindrical-coordinate representation of color #BAEEC3: hue angle of 130.38º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEEC3 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 195 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.07 |
| HSL | 130.38º | 0.6% | 0.83% | - |
| HSV(B) | 130.38º | 0.22% | 0.93% | - |
| XYZ | 60.67 | 75.53 | 63.01 | - |
| YUV | 217.55 | 115.27 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 195 | 0.22 | 0 | 0.18 | 0.07 | 130.38 | 0.6 | 0.83 |
| Hex | BA | EE | C3 | 16 | 0 | 12 | 7 | 82 | 3C | 53 |
| Octal | 272 | 356 | 303 | 26 | 0 | 22 | 7 | 202 | 74 | 123 |
| Binary | 10111010 | 11101110 | 11000011 | 10110 | 0 | 10010 | 111 | 10000010 | 111100 | 1010011 |
Color Harmonies of #BAEEC3
Complementary color
Monochromatic Colors of #BAEEC3
Black with #BAEEC3
Text Example
Text Example
White with #BAEEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEC3; }
p { color: rgb(186,238,195); }
H1.HeaderClassName
{
color: #BAEEC3;
}
.AnyTagClassName
{
color: #BAEEC3;
}
</style>
background-color css
<style>
a { background-color: #BAEEC3; }
a { background-color: rgb(186,238,195); }
div.DivClassName
{
background-color: #BAEEC3;
}
.BgClassName
{
background-color: #BAEEC3;
}
</style>
border-color css
<style>
span { border-color: #BAEEC3; }
span { border-color: rgb(186,238,195); }
td.TdClassName
{
border-color: #BAEEC3;
}
.TagClassName
{
border-color: #BAEEC3;
}
</style>