Shades of Fringy Flower #BDF8B9
Tints of Fringy Flower #BDF8B9
RGB
CMYK
RGB Variations
Color information
#BDF8B9 (or 0xBDF8B9) is known color: Fringy Flower. HEX triplet: BD, F8 and B9. RGB value is (189,248,185). Sum of RGB (Red+Green+Blue) = 189+248+185=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 248 (97.27% from 255 or 39.87% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8B9 is #420746. Grayscale: #DFDFDF. Windows color (decimal): -4327239 or 12187837. OLE color: 12187837.
HSL color Cylindrical-coordinate representation of color #BDF8B9: hue angle of 116.19º 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 #BDF8B9 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 185 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.03 |
| HSL | 116.19º | 0.82% | 0.85% | - |
| HSV(B) | 116.19º | 0.25% | 0.97% | - |
| XYZ | 63.31 | 81.46 | 58.28 | - |
| YUV | 223.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 185 | 0.24 | 0 | 0.25 | 0.03 | 116.19 | 0.82 | 0.85 |
| Hex | BD | F8 | B9 | 18 | 0 | 19 | 3 | 74 | 52 | 55 |
| Octal | 275 | 370 | 271 | 30 | 0 | 31 | 3 | 164 | 122 | 125 |
| Binary | 10111101 | 11111000 | 10111001 | 11000 | 0 | 11001 | 11 | 1110100 | 1010010 | 1010101 |
Color Harmonies of #BDF8B9
Complementary color
Monochromatic Colors of #BDF8B9
Black with #BDF8B9
Text Example
Text Example
White with #BDF8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8B9; }
p { color: rgb(189,248,185); }
H1.HeaderClassName
{
color: #BDF8B9;
}
.AnyTagClassName
{
color: #BDF8B9;
}
</style>
background-color css
<style>
a { background-color: #BDF8B9; }
a { background-color: rgb(189,248,185); }
div.DivClassName
{
background-color: #BDF8B9;
}
.BgClassName
{
background-color: #BDF8B9;
}
</style>
border-color css
<style>
span { border-color: #BDF8B9; }
span { border-color: rgb(189,248,185); }
td.TdClassName
{
border-color: #BDF8B9;
}
.TagClassName
{
border-color: #BDF8B9;
}
</style>