Shades of Fringy Flower #BCEDC1
Tints of Fringy Flower #BCEDC1
RGB
CMYK
RGB Variations
Color information
#BCEDC1 (or 0xBCEDC1) is known color: Fringy Flower. HEX triplet: BC, ED and C1. RGB value is (188,237,193). Sum of RGB (Red+Green+Blue) = 188+237+193=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #BCEDC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEDC1 is #43123E. Grayscale: #D9D9D9. Windows color (decimal): -4395583 or 12709308. OLE color: 12709308.
HSL color Cylindrical-coordinate representation of color #BCEDC1: hue angle of 126.12º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCEDC1 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 237 | 193 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.07 |
| HSL | 126.12º | 0.58% | 0.83% | - |
| HSV(B) | 126.12º | 0.21% | 0.93% | - |
| XYZ | 60.65 | 75.11 | 61.75 | - |
| YUV | 217.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 237 | 193 | 0.21 | 0 | 0.19 | 0.07 | 126.12 | 0.58 | 0.83 |
| Hex | BC | ED | C1 | 15 | 0 | 13 | 7 | 7E | 3A | 53 |
| Octal | 274 | 355 | 301 | 25 | 0 | 23 | 7 | 176 | 72 | 123 |
| Binary | 10111100 | 11101101 | 11000001 | 10101 | 0 | 10011 | 111 | 1111110 | 111010 | 1010011 |
Color Harmonies of #BCEDC1
Complementary color
Monochromatic Colors of #BCEDC1
Black with #BCEDC1
Text Example
Text Example
White with #BCEDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEDC1; }
p { color: rgb(188,237,193); }
H1.HeaderClassName
{
color: #BCEDC1;
}
.AnyTagClassName
{
color: #BCEDC1;
}
</style>
background-color css
<style>
a { background-color: #BCEDC1; }
a { background-color: rgb(188,237,193); }
div.DivClassName
{
background-color: #BCEDC1;
}
.BgClassName
{
background-color: #BCEDC1;
}
</style>
border-color css
<style>
span { border-color: #BCEDC1; }
span { border-color: rgb(188,237,193); }
td.TdClassName
{
border-color: #BCEDC1;
}
.TagClassName
{
border-color: #BCEDC1;
}
</style>