Shades of Fringy Flower #BDE6BB
Tints of Fringy Flower #BDE6BB
RGB
CMYK
RGB Variations
Color information
#BDE6BB (or 0xBDE6BB) is known color: Fringy Flower. HEX triplet: BD, E6 and BB. RGB value is (189,230,187). Sum of RGB (Red+Green+Blue) = 189+230+187=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6BB is #421944. Grayscale: #D4D4D4. Windows color (decimal): -4331845 or 12314301. OLE color: 12314301.
HSL color Cylindrical-coordinate representation of color #BDE6BB: hue angle of 117.21º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDE6BB is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 189 | 230 | 187 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.10 |
| HSL | 117.21º | 0.46% | 0.82% | - |
| HSV(B) | 117.21º | 0.19% | 0.9% | - |
| XYZ | 58.25 | 71 | 57.65 | - |
| YUV | 212.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 230 | 187 | 0.18 | 0 | 0.19 | 0.10 | 117.21 | 0.46 | 0.82 |
| Hex | BD | E6 | BB | 12 | 0 | 13 | A | 75 | 2E | 52 |
| Octal | 275 | 346 | 273 | 22 | 0 | 23 | 12 | 165 | 56 | 122 |
| Binary | 10111101 | 11100110 | 10111011 | 10010 | 0 | 10011 | 1010 | 1110101 | 101110 | 1010010 |
Color Harmonies of #BDE6BB
Complementary color
Monochromatic Colors of #BDE6BB
Black with #BDE6BB
Text Example
Text Example
White with #BDE6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE6BB; }
p { color: rgb(189,230,187); }
H1.HeaderClassName
{
color: #BDE6BB;
}
.AnyTagClassName
{
color: #BDE6BB;
}
</style>
background-color css
<style>
a { background-color: #BDE6BB; }
a { background-color: rgb(189,230,187); }
div.DivClassName
{
background-color: #BDE6BB;
}
.BgClassName
{
background-color: #BDE6BB;
}
</style>
border-color css
<style>
span { border-color: #BDE6BB; }
span { border-color: rgb(189,230,187); }
td.TdClassName
{
border-color: #BDE6BB;
}
.TagClassName
{
border-color: #BDE6BB;
}
</style>