Shades of Fringy Flower #BDFBBD
Tints of Fringy Flower #BDFBBD
RGB
CMYK
RGB Variations
Color information
#BDFBBD (or 0xBDFBBD) is known color: Fringy Flower. HEX triplet: BD, FB and BD. RGB value is (189,251,189). Sum of RGB (Red+Green+Blue) = 189+251+189=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFBBD is #420442. Grayscale: #E1E1E1. Windows color (decimal): -4326467 or 12450749. OLE color: 12450749.
HSL color Cylindrical-coordinate representation of color #BDFBBD: hue angle of 120º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBBD is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 251 | 189 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.02 |
| HSL | 120º | 0.89% | 0.86% | - |
| HSV(B) | 120º | 0.25% | 0.98% | - |
| XYZ | 64.67 | 83.49 | 60.85 | - |
| YUV | 225.39 | 107.46 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 251 | 189 | 0.25 | 0 | 0.25 | 0.02 | 120 | 0.89 | 0.86 |
| Hex | BD | FB | BD | 19 | 0 | 19 | 2 | 78 | 59 | 56 |
| Octal | 275 | 373 | 275 | 31 | 0 | 31 | 2 | 170 | 131 | 126 |
| Binary | 10111101 | 11111011 | 10111101 | 11001 | 0 | 11001 | 10 | 1111000 | 1011001 | 1010110 |
Color Harmonies of #BDFBBD
Complementary color
Monochromatic Colors of #BDFBBD
Black with #BDFBBD
Text Example
Text Example
White with #BDFBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDFBBD; }
p { color: rgb(189,251,189); }
H1.HeaderClassName
{
color: #BDFBBD;
}
.AnyTagClassName
{
color: #BDFBBD;
}
</style>
background-color css
<style>
a { background-color: #BDFBBD; }
a { background-color: rgb(189,251,189); }
div.DivClassName
{
background-color: #BDFBBD;
}
.BgClassName
{
background-color: #BDFBBD;
}
</style>
border-color css
<style>
span { border-color: #BDFBBD; }
span { border-color: rgb(189,251,189); }
td.TdClassName
{
border-color: #BDFBBD;
}
.TagClassName
{
border-color: #BDFBBD;
}
</style>