Shades of Fringy Flower #BDF8BA
Tints of Fringy Flower #BDF8BA
RGB
CMYK
RGB Variations
Color information
#BDF8BA (or 0xBDF8BA) is known color: Fringy Flower. HEX triplet: BD, F8 and BA. RGB value is (189,248,186). Sum of RGB (Red+Green+Blue) = 189+248+186=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 186 (73.05% from 255 or 29.86% from 623); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8BA is #420745. Grayscale: #DFDFDF. Windows color (decimal): -4327238 or 12253373. OLE color: 12253373.
HSL color Cylindrical-coordinate representation of color #BDF8BA: hue angle of 117.1º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF8BA is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 186 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.03 |
| HSL | 117.1º | 0.82% | 0.85% | - |
| HSV(B) | 117.1º | 0.25% | 0.97% | - |
| XYZ | 63.42 | 81.5 | 58.84 | - |
| YUV | 223.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 186 | 0.24 | 0 | 0.25 | 0.03 | 117.1 | 0.82 | 0.85 |
| Hex | BD | F8 | BA | 18 | 0 | 19 | 3 | 75 | 52 | 55 |
| Octal | 275 | 370 | 272 | 30 | 0 | 31 | 3 | 165 | 122 | 125 |
| Binary | 10111101 | 11111000 | 10111010 | 11000 | 0 | 11001 | 11 | 1110101 | 1010010 | 1010101 |
Color Harmonies of #BDF8BA
Complementary color
Monochromatic Colors of #BDF8BA
Black with #BDF8BA
Text Example
Text Example
White with #BDF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8BA; }
p { color: rgb(189,248,186); }
H1.HeaderClassName
{
color: #BDF8BA;
}
.AnyTagClassName
{
color: #BDF8BA;
}
</style>
background-color css
<style>
a { background-color: #BDF8BA; }
a { background-color: rgb(189,248,186); }
div.DivClassName
{
background-color: #BDF8BA;
}
.BgClassName
{
background-color: #BDF8BA;
}
</style>
border-color css
<style>
span { border-color: #BDF8BA; }
span { border-color: rgb(189,248,186); }
td.TdClassName
{
border-color: #BDF8BA;
}
.TagClassName
{
border-color: #BDF8BA;
}
</style>