Shades of Fringy Flower #BDF0C1
Tints of Fringy Flower #BDF0C1
RGB
CMYK
RGB Variations
Color information
#BDF0C1 (or 0xBDF0C1) is known color: Fringy Flower. HEX triplet: BD, F0 and C1. RGB value is (189,240,193). Sum of RGB (Red+Green+Blue) = 189+240+193=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0C1 is #420F3E. Grayscale: #DBDBDB. Windows color (decimal): -4329279 or 12710077. OLE color: 12710077.
HSL color Cylindrical-coordinate representation of color #BDF0C1: hue angle of 124.71º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0C1 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 193 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.06 |
| HSL | 124.71º | 0.63% | 0.84% | - |
| HSV(B) | 124.71º | 0.21% | 0.94% | - |
| XYZ | 61.77 | 76.99 | 62.06 | - |
| YUV | 219.39 | 113.1 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 193 | 0.21 | 0 | 0.20 | 0.06 | 124.71 | 0.63 | 0.84 |
| Hex | BD | F0 | C1 | 15 | 0 | 14 | 6 | 7D | 3F | 54 |
| Octal | 275 | 360 | 301 | 25 | 0 | 24 | 6 | 175 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11000001 | 10101 | 0 | 10100 | 110 | 1111101 | 111111 | 1010100 |
Color Harmonies of #BDF0C1
Complementary color
Monochromatic Colors of #BDF0C1
Black with #BDF0C1
Text Example
Text Example
White with #BDF0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0C1; }
p { color: rgb(189,240,193); }
H1.HeaderClassName
{
color: #BDF0C1;
}
.AnyTagClassName
{
color: #BDF0C1;
}
</style>
background-color css
<style>
a { background-color: #BDF0C1; }
a { background-color: rgb(189,240,193); }
div.DivClassName
{
background-color: #BDF0C1;
}
.BgClassName
{
background-color: #BDF0C1;
}
</style>
border-color css
<style>
span { border-color: #BDF0C1; }
span { border-color: rgb(189,240,193); }
td.TdClassName
{
border-color: #BDF0C1;
}
.TagClassName
{
border-color: #BDF0C1;
}
</style>