Shades of Fringy Flower #BCDFC0
Tints of Fringy Flower #BCDFC0
RGB
CMYK
RGB Variations
Color information
#BCDFC0 (or 0xBCDFC0) is known color: Fringy Flower. HEX triplet: BC, DF and C0. RGB value is (188,223,192). Sum of RGB (Red+Green+Blue) = 188+223+192=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDFC0 is #43203F. Grayscale: #D1D1D1. Windows color (decimal): -4399168 or 12640188. OLE color: 12640188.
HSL color Cylindrical-coordinate representation of color #BCDFC0: hue angle of 126.86º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCDFC0 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 192 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.13 |
| HSL | 126.86º | 0.35% | 0.81% | - |
| HSV(B) | 126.86º | 0.16% | 0.87% | - |
| XYZ | 56.64 | 67.27 | 59.87 | - |
| YUV | 209 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 192 | 0.16 | 0 | 0.14 | 0.13 | 126.86 | 0.35 | 0.81 |
| Hex | BC | DF | C0 | 10 | 0 | E | D | 7F | 23 | 51 |
| Octal | 274 | 337 | 300 | 20 | 0 | 16 | 15 | 177 | 43 | 121 |
| Binary | 10111100 | 11011111 | 11000000 | 10000 | 0 | 1110 | 1101 | 1111111 | 100011 | 1010001 |
Color Harmonies of #BCDFC0
Complementary color
Monochromatic Colors of #BCDFC0
Black with #BCDFC0
Text Example
Text Example
White with #BCDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDFC0; }
p { color: rgb(188,223,192); }
H1.HeaderClassName
{
color: #BCDFC0;
}
.AnyTagClassName
{
color: #BCDFC0;
}
</style>
background-color css
<style>
a { background-color: #BCDFC0; }
a { background-color: rgb(188,223,192); }
div.DivClassName
{
background-color: #BCDFC0;
}
.BgClassName
{
background-color: #BCDFC0;
}
</style>
border-color css
<style>
span { border-color: #BCDFC0; }
span { border-color: rgb(188,223,192); }
td.TdClassName
{
border-color: #BCDFC0;
}
.TagClassName
{
border-color: #BCDFC0;
}
</style>