Shades of Fringy Flower #BCE7BD
Tints of Fringy Flower #BCE7BD
RGB
CMYK
RGB Variations
Color information
#BCE7BD (or 0xBCE7BD) is known color: Fringy Flower. HEX triplet: BC, E7 and BD. RGB value is (188,231,189). Sum of RGB (Red+Green+Blue) = 188+231+189=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 231 - color contains mainly: green. Hex color #BCE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCE7BD is #431842. Grayscale: #D5D5D5. Windows color (decimal): -4397123 or 12445628. OLE color: 12445628.
HSL color Cylindrical-coordinate representation of color #BCE7BD: hue angle of 121.4º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE7BD is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 231 | 189 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.09 |
| HSL | 121.4º | 0.47% | 0.82% | - |
| HSV(B) | 121.4º | 0.19% | 0.91% | - |
| XYZ | 58.5 | 71.52 | 58.87 | - |
| YUV | 213.36 | 114.25 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 231 | 189 | 0.19 | 0 | 0.18 | 0.09 | 121.4 | 0.47 | 0.82 |
| Hex | BC | E7 | BD | 13 | 0 | 12 | 9 | 79 | 2F | 52 |
| Octal | 274 | 347 | 275 | 23 | 0 | 22 | 11 | 171 | 57 | 122 |
| Binary | 10111100 | 11100111 | 10111101 | 10011 | 0 | 10010 | 1001 | 1111001 | 101111 | 1010010 |
Color Harmonies of #BCE7BD
Complementary color
Monochromatic Colors of #BCE7BD
Black with #BCE7BD
Text Example
Text Example
White with #BCE7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE7BD; }
p { color: rgb(188,231,189); }
H1.HeaderClassName
{
color: #BCE7BD;
}
.AnyTagClassName
{
color: #BCE7BD;
}
</style>
background-color css
<style>
a { background-color: #BCE7BD; }
a { background-color: rgb(188,231,189); }
div.DivClassName
{
background-color: #BCE7BD;
}
.BgClassName
{
background-color: #BCE7BD;
}
</style>
border-color css
<style>
span { border-color: #BCE7BD; }
span { border-color: rgb(188,231,189); }
td.TdClassName
{
border-color: #BCE7BD;
}
.TagClassName
{
border-color: #BCE7BD;
}
</style>