Shades of Fringy Flower #BDE3BB
Tints of Fringy Flower #BDE3BB
RGB
CMYK
RGB Variations
Color information
#BDE3BB (or 0xBDE3BB) is known color: Fringy Flower. HEX triplet: BD, E3 and BB. RGB value is (189,227,187). Sum of RGB (Red+Green+Blue) = 189+227+187=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #BDE3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE3BB is #421C44. Grayscale: #D3D3D3. Windows color (decimal): -4332613 or 12313533. OLE color: 12313533.
HSL color Cylindrical-coordinate representation of color #BDE3BB: hue angle of 117º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE3BB is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 227 | 187 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.11 |
| HSL | 117º | 0.42% | 0.81% | - |
| HSV(B) | 117º | 0.18% | 0.89% | - |
| XYZ | 57.42 | 69.34 | 57.37 | - |
| YUV | 211.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 227 | 187 | 0.17 | 0 | 0.18 | 0.11 | 117 | 0.42 | 0.81 |
| Hex | BD | E3 | BB | 11 | 0 | 12 | B | 75 | 2A | 51 |
| Octal | 275 | 343 | 273 | 21 | 0 | 22 | 13 | 165 | 52 | 121 |
| Binary | 10111101 | 11100011 | 10111011 | 10001 | 0 | 10010 | 1011 | 1110101 | 101010 | 1010001 |
Color Harmonies of #BDE3BB
Complementary color
Monochromatic Colors of #BDE3BB
Black with #BDE3BB
Text Example
Text Example
White with #BDE3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE3BB; }
p { color: rgb(189,227,187); }
H1.HeaderClassName
{
color: #BDE3BB;
}
.AnyTagClassName
{
color: #BDE3BB;
}
</style>
background-color css
<style>
a { background-color: #BDE3BB; }
a { background-color: rgb(189,227,187); }
div.DivClassName
{
background-color: #BDE3BB;
}
.BgClassName
{
background-color: #BDE3BB;
}
</style>
border-color css
<style>
span { border-color: #BDE3BB; }
span { border-color: rgb(189,227,187); }
td.TdClassName
{
border-color: #BDE3BB;
}
.TagClassName
{
border-color: #BDE3BB;
}
</style>