Shades of Fringy Flower #BDE8BF
Tints of Fringy Flower #BDE8BF
RGB
CMYK
RGB Variations
Color information
#BDE8BF (or 0xBDE8BF) is known color: Fringy Flower. HEX triplet: BD, E8 and BF. RGB value is (189,232,191). Sum of RGB (Red+Green+Blue) = 189+232+191=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE8BF is #421740. Grayscale: #D6D6D6. Windows color (decimal): -4331329 or 12576957. OLE color: 12576957.
HSL color Cylindrical-coordinate representation of color #BDE8BF: hue angle of 122.79º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE8BF is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 191 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.09 |
| HSL | 122.79º | 0.48% | 0.83% | - |
| HSV(B) | 122.79º | 0.19% | 0.91% | - |
| XYZ | 59.25 | 72.29 | 60.12 | - |
| YUV | 214.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 191 | 0.19 | 0 | 0.18 | 0.09 | 122.79 | 0.48 | 0.83 |
| Hex | BD | E8 | BF | 13 | 0 | 12 | 9 | 7B | 30 | 53 |
| Octal | 275 | 350 | 277 | 23 | 0 | 22 | 11 | 173 | 60 | 123 |
| Binary | 10111101 | 11101000 | 10111111 | 10011 | 0 | 10010 | 1001 | 1111011 | 110000 | 1010011 |
Color Harmonies of #BDE8BF
Complementary color
Monochromatic Colors of #BDE8BF
Black with #BDE8BF
Text Example
Text Example
White with #BDE8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE8BF; }
p { color: rgb(189,232,191); }
H1.HeaderClassName
{
color: #BDE8BF;
}
.AnyTagClassName
{
color: #BDE8BF;
}
</style>
background-color css
<style>
a { background-color: #BDE8BF; }
a { background-color: rgb(189,232,191); }
div.DivClassName
{
background-color: #BDE8BF;
}
.BgClassName
{
background-color: #BDE8BF;
}
</style>
border-color css
<style>
span { border-color: #BDE8BF; }
span { border-color: rgb(189,232,191); }
td.TdClassName
{
border-color: #BDE8BF;
}
.TagClassName
{
border-color: #BDE8BF;
}
</style>