Shades of Fringy Flower #BDEBC2
Tints of Fringy Flower #BDEBC2
RGB
CMYK
RGB Variations
Color information
#BDEBC2 (or 0xBDEBC2) is known color: Fringy Flower. HEX triplet: BD, EB and C2. RGB value is (189,235,194). Sum of RGB (Red+Green+Blue) = 189+235+194=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBC2 is #42143D. Grayscale: #D8D8D8. Windows color (decimal): -4330558 or 12774333. OLE color: 12774333.
HSL color Cylindrical-coordinate representation of color #BDEBC2: hue angle of 126.52º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBC2 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 235 | 194 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.08 |
| HSL | 126.52º | 0.53% | 0.83% | - |
| HSV(B) | 126.52º | 0.2% | 0.92% | - |
| XYZ | 60.43 | 74.13 | 62.16 | - |
| YUV | 216.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 235 | 194 | 0.20 | 0 | 0.17 | 0.08 | 126.52 | 0.53 | 0.83 |
| Hex | BD | EB | C2 | 14 | 0 | 11 | 8 | 7F | 35 | 53 |
| Octal | 275 | 353 | 302 | 24 | 0 | 21 | 10 | 177 | 65 | 123 |
| Binary | 10111101 | 11101011 | 11000010 | 10100 | 0 | 10001 | 1000 | 1111111 | 110101 | 1010011 |
Color Harmonies of #BDEBC2
Complementary color
Monochromatic Colors of #BDEBC2
Black with #BDEBC2
Text Example
Text Example
White with #BDEBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEBC2; }
p { color: rgb(189,235,194); }
H1.HeaderClassName
{
color: #BDEBC2;
}
.AnyTagClassName
{
color: #BDEBC2;
}
</style>
background-color css
<style>
a { background-color: #BDEBC2; }
a { background-color: rgb(189,235,194); }
div.DivClassName
{
background-color: #BDEBC2;
}
.BgClassName
{
background-color: #BDEBC2;
}
</style>
border-color css
<style>
span { border-color: #BDEBC2; }
span { border-color: rgb(189,235,194); }
td.TdClassName
{
border-color: #BDEBC2;
}
.TagClassName
{
border-color: #BDEBC2;
}
</style>