Shades of Fringy Flower #BCE9C3
Tints of Fringy Flower #BCE9C3
RGB
CMYK
RGB Variations
Color information
#BCE9C3 (or 0xBCE9C3) is known color: Fringy Flower. HEX triplet: BC, E9 and C3. RGB value is (188,233,195). Sum of RGB (Red+Green+Blue) = 188+233+195=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #BCE9C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE9C3 is #43163C. Grayscale: #D7D7D7. Windows color (decimal): -4396605 or 12839356. OLE color: 12839356.
HSL color Cylindrical-coordinate representation of color #BCE9C3: hue angle of 129.33º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE9C3 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 233 | 195 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.09 |
| HSL | 129.33º | 0.51% | 0.83% | - |
| HSV(B) | 129.33º | 0.19% | 0.91% | - |
| XYZ | 59.73 | 72.91 | 62.55 | - |
| YUV | 215.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 195 | 0.19 | 0 | 0.16 | 0.09 | 129.33 | 0.51 | 0.83 |
| Hex | BC | E9 | C3 | 13 | 0 | 10 | 9 | 81 | 33 | 53 |
| Octal | 274 | 351 | 303 | 23 | 0 | 20 | 11 | 201 | 63 | 123 |
| Binary | 10111100 | 11101001 | 11000011 | 10011 | 0 | 10000 | 1001 | 10000001 | 110011 | 1010011 |
Color Harmonies of #BCE9C3
Complementary color
Monochromatic Colors of #BCE9C3
Black with #BCE9C3
Text Example
Text Example
White with #BCE9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE9C3; }
p { color: rgb(188,233,195); }
H1.HeaderClassName
{
color: #BCE9C3;
}
.AnyTagClassName
{
color: #BCE9C3;
}
</style>
background-color css
<style>
a { background-color: #BCE9C3; }
a { background-color: rgb(188,233,195); }
div.DivClassName
{
background-color: #BCE9C3;
}
.BgClassName
{
background-color: #BCE9C3;
}
</style>
border-color css
<style>
span { border-color: #BCE9C3; }
span { border-color: rgb(188,233,195); }
td.TdClassName
{
border-color: #BCE9C3;
}
.TagClassName
{
border-color: #BCE9C3;
}
</style>