Shades of Fringy Flower #BDDFC0
Tints of Fringy Flower #BDDFC0
RGB
CMYK
RGB Variations
Color information
#BDDFC0 (or 0xBDDFC0) is known color: Fringy Flower. HEX triplet: BD, DF and C0. RGB value is (189,223,192). Sum of RGB (Red+Green+Blue) = 189+223+192=604 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.29% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFC0 is #42203F. Grayscale: #D1D1D1. Windows color (decimal): -4333632 or 12640189. OLE color: 12640189.
HSL color Cylindrical-coordinate representation of color #BDDFC0: hue angle of 125.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFC0 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 192 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.13 |
| HSL | 125.29º | 0.35% | 0.81% | - |
| HSV(B) | 125.29º | 0.15% | 0.87% | - |
| XYZ | 56.89 | 67.4 | 59.88 | - |
| YUV | 209.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 192 | 0.15 | 0 | 0.14 | 0.13 | 125.29 | 0.35 | 0.81 |
| Hex | BD | DF | C0 | F | 0 | E | D | 7D | 23 | 51 |
| Octal | 275 | 337 | 300 | 17 | 0 | 16 | 15 | 175 | 43 | 121 |
| Binary | 10111101 | 11011111 | 11000000 | 1111 | 0 | 1110 | 1101 | 1111101 | 100011 | 1010001 |
Color Harmonies of #BDDFC0
Complementary color
Monochromatic Colors of #BDDFC0
Black with #BDDFC0
Text Example
Text Example
White with #BDDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDFC0; }
p { color: rgb(189,223,192); }
H1.HeaderClassName
{
color: #BDDFC0;
}
.AnyTagClassName
{
color: #BDDFC0;
}
</style>
background-color css
<style>
a { background-color: #BDDFC0; }
a { background-color: rgb(189,223,192); }
div.DivClassName
{
background-color: #BDDFC0;
}
.BgClassName
{
background-color: #BDDFC0;
}
</style>
border-color css
<style>
span { border-color: #BDDFC0; }
span { border-color: rgb(189,223,192); }
td.TdClassName
{
border-color: #BDDFC0;
}
.TagClassName
{
border-color: #BDDFC0;
}
</style>