Shades of Fringy Flower #BDF7C0
Tints of Fringy Flower #BDF7C0
RGB
CMYK
RGB Variations
Color information
#BDF7C0 (or 0xBDF7C0) is known color: Fringy Flower. HEX triplet: BD, F7 and C0. RGB value is (189,247,192). Sum of RGB (Red+Green+Blue) = 189+247+192=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF7C0 is #42083F. Grayscale: #DFDFDF. Windows color (decimal): -4327488 or 12646333. OLE color: 12646333.
HSL color Cylindrical-coordinate representation of color #BDF7C0: hue angle of 123.1º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7C0 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 192 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.03 |
| HSL | 123.1º | 0.78% | 0.85% | - |
| HSV(B) | 123.1º | 0.23% | 0.97% | - |
| XYZ | 63.76 | 81.15 | 62.17 | - |
| YUV | 223.39 | 110.28 | 103.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 192 | 0.23 | 0 | 0.22 | 0.03 | 123.1 | 0.78 | 0.85 |
| Hex | BD | F7 | C0 | 17 | 0 | 16 | 3 | 7B | 4E | 55 |
| Octal | 275 | 367 | 300 | 27 | 0 | 26 | 3 | 173 | 116 | 125 |
| Binary | 10111101 | 11110111 | 11000000 | 10111 | 0 | 10110 | 11 | 1111011 | 1001110 | 1010101 |
Color Harmonies of #BDF7C0
Complementary color
Monochromatic Colors of #BDF7C0
Black with #BDF7C0
Text Example
Text Example
White with #BDF7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF7C0; }
p { color: rgb(189,247,192); }
H1.HeaderClassName
{
color: #BDF7C0;
}
.AnyTagClassName
{
color: #BDF7C0;
}
</style>
background-color css
<style>
a { background-color: #BDF7C0; }
a { background-color: rgb(189,247,192); }
div.DivClassName
{
background-color: #BDF7C0;
}
.BgClassName
{
background-color: #BDF7C0;
}
</style>
border-color css
<style>
span { border-color: #BDF7C0; }
span { border-color: rgb(189,247,192); }
td.TdClassName
{
border-color: #BDF7C0;
}
.TagClassName
{
border-color: #BDF7C0;
}
</style>