Shades of Fringy Flower #BDF8BC
Tints of Fringy Flower #BDF8BC
RGB
CMYK
RGB Variations
Color information
#BDF8BC (or 0xBDF8BC) is known color: Fringy Flower. HEX triplet: BD, F8 and BC. RGB value is (189,248,188). Sum of RGB (Red+Green+Blue) = 189+248+188=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 188 (73.83% from 255 or 30.08% from 625); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8BC is #420743. Grayscale: #DFDFDF. Windows color (decimal): -4327236 or 12384445. OLE color: 12384445.
HSL color Cylindrical-coordinate representation of color #BDF8BC: hue angle of 119º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF8BC is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 188 | - |
| CMYK | 0.24 | 0 | 0.24 | 0.03 |
| HSL | 119º | 0.81% | 0.85% | - |
| HSV(B) | 119º | 0.24% | 0.97% | - |
| XYZ | 63.63 | 81.58 | 59.97 | - |
| YUV | 223.52 | 107.95 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 188 | 0.24 | 0 | 0.24 | 0.03 | 119 | 0.81 | 0.85 |
| Hex | BD | F8 | BC | 18 | 0 | 18 | 3 | 77 | 51 | 55 |
| Octal | 275 | 370 | 274 | 30 | 0 | 30 | 3 | 167 | 121 | 125 |
| Binary | 10111101 | 11111000 | 10111100 | 11000 | 0 | 11000 | 11 | 1110111 | 1010001 | 1010101 |
Color Harmonies of #BDF8BC
Complementary color
Monochromatic Colors of #BDF8BC
Black with #BDF8BC
Text Example
Text Example
White with #BDF8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8BC; }
p { color: rgb(189,248,188); }
H1.HeaderClassName
{
color: #BDF8BC;
}
.AnyTagClassName
{
color: #BDF8BC;
}
</style>
background-color css
<style>
a { background-color: #BDF8BC; }
a { background-color: rgb(189,248,188); }
div.DivClassName
{
background-color: #BDF8BC;
}
.BgClassName
{
background-color: #BDF8BC;
}
</style>
border-color css
<style>
span { border-color: #BDF8BC; }
span { border-color: rgb(189,248,188); }
td.TdClassName
{
border-color: #BDF8BC;
}
.TagClassName
{
border-color: #BDF8BC;
}
</style>