Shades of Fringy Flower #BDF0C2
Tints of Fringy Flower #BDF0C2
RGB
CMYK
RGB Variations
Color information
#BDF0C2 (or 0xBDF0C2) is known color: Fringy Flower. HEX triplet: BD, F0 and C2. RGB value is (189,240,194). Sum of RGB (Red+Green+Blue) = 189+240+194=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0C2 is #420F3D. Grayscale: #DBDBDB. Windows color (decimal): -4329278 or 12775613. OLE color: 12775613.
HSL color Cylindrical-coordinate representation of color #BDF0C2: hue angle of 125.88º 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 #BDF0C2 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 194 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.06 |
| HSL | 125.88º | 0.63% | 0.84% | - |
| HSV(B) | 125.88º | 0.21% | 0.94% | - |
| XYZ | 61.88 | 77.03 | 62.65 | - |
| YUV | 219.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 194 | 0.21 | 0 | 0.19 | 0.06 | 125.88 | 0.63 | 0.84 |
| Hex | BD | F0 | C2 | 15 | 0 | 13 | 6 | 7E | 3F | 54 |
| Octal | 275 | 360 | 302 | 25 | 0 | 23 | 6 | 176 | 77 | 124 |
| Binary | 10111101 | 11110000 | 11000010 | 10101 | 0 | 10011 | 110 | 1111110 | 111111 | 1010100 |
Color Harmonies of #BDF0C2
Complementary color
Monochromatic Colors of #BDF0C2
Black with #BDF0C2
Text Example
Text Example
White with #BDF0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF0C2; }
p { color: rgb(189,240,194); }
H1.HeaderClassName
{
color: #BDF0C2;
}
.AnyTagClassName
{
color: #BDF0C2;
}
</style>
background-color css
<style>
a { background-color: #BDF0C2; }
a { background-color: rgb(189,240,194); }
div.DivClassName
{
background-color: #BDF0C2;
}
.BgClassName
{
background-color: #BDF0C2;
}
</style>
border-color css
<style>
span { border-color: #BDF0C2; }
span { border-color: rgb(189,240,194); }
td.TdClassName
{
border-color: #BDF0C2;
}
.TagClassName
{
border-color: #BDF0C2;
}
</style>