Shades of Fringy Flower #BDF8BB
Tints of Fringy Flower #BDF8BB
RGB
CMYK
RGB Variations
Color information
#BDF8BB (or 0xBDF8BB) is known color: Fringy Flower. HEX triplet: BD, F8 and BB. RGB value is (189,248,187). Sum of RGB (Red+Green+Blue) = 189+248+187=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 248 (97.27% from 255 or 39.74% from 624); Blue value is 187 (73.44% from 255 or 29.97% from 624); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF8BB is #420744. Grayscale: #DFDFDF. Windows color (decimal): -4327237 or 12318909. OLE color: 12318909.
HSL color Cylindrical-coordinate representation of color #BDF8BB: hue angle of 118.03º degrees, saturation: 0.81, 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 #BDF8BB is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 187 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.03 |
| HSL | 118.03º | 0.81% | 0.85% | - |
| HSV(B) | 118.03º | 0.25% | 0.97% | - |
| XYZ | 63.52 | 81.54 | 59.4 | - |
| YUV | 223.41 | 107.45 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 187 | 0.24 | 0 | 0.25 | 0.03 | 118.03 | 0.81 | 0.85 |
| Hex | BD | F8 | BB | 18 | 0 | 19 | 3 | 76 | 51 | 55 |
| Octal | 275 | 370 | 273 | 30 | 0 | 31 | 3 | 166 | 121 | 125 |
| Binary | 10111101 | 11111000 | 10111011 | 11000 | 0 | 11001 | 11 | 1110110 | 1010001 | 1010101 |
Color Harmonies of #BDF8BB
Complementary color
Monochromatic Colors of #BDF8BB
Black with #BDF8BB
Text Example
Text Example
White with #BDF8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF8BB; }
p { color: rgb(189,248,187); }
H1.HeaderClassName
{
color: #BDF8BB;
}
.AnyTagClassName
{
color: #BDF8BB;
}
</style>
background-color css
<style>
a { background-color: #BDF8BB; }
a { background-color: rgb(189,248,187); }
div.DivClassName
{
background-color: #BDF8BB;
}
.BgClassName
{
background-color: #BDF8BB;
}
</style>
border-color css
<style>
span { border-color: #BDF8BB; }
span { border-color: rgb(189,248,187); }
td.TdClassName
{
border-color: #BDF8BB;
}
.TagClassName
{
border-color: #BDF8BB;
}
</style>