Shades of Fringy Flower #BCEABD
Tints of Fringy Flower #BCEABD
RGB
CMYK
RGB Variations
Color information
#BCEABD (or 0xBCEABD) is known color: Fringy Flower. HEX triplet: BC, EA and BD. RGB value is (188,234,189). Sum of RGB (Red+Green+Blue) = 188+234+189=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 234 (91.80% from 255 or 38.30% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEABD is #431542. Grayscale: #D7D7D7. Windows color (decimal): -4396355 or 12446396. OLE color: 12446396.
HSL color Cylindrical-coordinate representation of color #BCEABD: hue angle of 121.3º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCEABD is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 234 | 189 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.08 |
| HSL | 121.3º | 0.52% | 0.83% | - |
| HSV(B) | 121.3º | 0.2% | 0.92% | - |
| XYZ | 59.35 | 73.21 | 59.15 | - |
| YUV | 215.12 | 113.26 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 234 | 189 | 0.20 | 0 | 0.19 | 0.08 | 121.3 | 0.52 | 0.83 |
| Hex | BC | EA | BD | 14 | 0 | 13 | 8 | 79 | 34 | 53 |
| Octal | 274 | 352 | 275 | 24 | 0 | 23 | 10 | 171 | 64 | 123 |
| Binary | 10111100 | 11101010 | 10111101 | 10100 | 0 | 10011 | 1000 | 1111001 | 110100 | 1010011 |
Color Harmonies of #BCEABD
Complementary color
Monochromatic Colors of #BCEABD
Black with #BCEABD
Text Example
Text Example
White with #BCEABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEABD; }
p { color: rgb(188,234,189); }
H1.HeaderClassName
{
color: #BCEABD;
}
.AnyTagClassName
{
color: #BCEABD;
}
</style>
background-color css
<style>
a { background-color: #BCEABD; }
a { background-color: rgb(188,234,189); }
div.DivClassName
{
background-color: #BCEABD;
}
.BgClassName
{
background-color: #BCEABD;
}
</style>
border-color css
<style>
span { border-color: #BCEABD; }
span { border-color: rgb(188,234,189); }
td.TdClassName
{
border-color: #BCEABD;
}
.TagClassName
{
border-color: #BCEABD;
}
</style>