Shades of Fringy Flower #BDEAC2
Tints of Fringy Flower #BDEAC2
RGB
CMYK
RGB Variations
Color information
#BDEAC2 (or 0xBDEAC2) is known color: Fringy Flower. HEX triplet: BD, EA and C2. RGB value is (189,234,194). Sum of RGB (Red+Green+Blue) = 189+234+194=617 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.63% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEAC2 is #42153D. Grayscale: #D8D8D8. Windows color (decimal): -4330814 or 12774077. OLE color: 12774077.
HSL color Cylindrical-coordinate representation of color #BDEAC2: hue angle of 126.67º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDEAC2 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 194 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.08 |
| HSL | 126.67º | 0.52% | 0.83% | - |
| HSV(B) | 126.67º | 0.19% | 0.92% | - |
| XYZ | 60.15 | 73.56 | 62.07 | - |
| YUV | 215.99 | 115.59 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 194 | 0.19 | 0 | 0.17 | 0.08 | 126.67 | 0.52 | 0.83 |
| Hex | BD | EA | C2 | 13 | 0 | 11 | 8 | 7F | 34 | 53 |
| Octal | 275 | 352 | 302 | 23 | 0 | 21 | 10 | 177 | 64 | 123 |
| Binary | 10111101 | 11101010 | 11000010 | 10011 | 0 | 10001 | 1000 | 1111111 | 110100 | 1010011 |
Color Harmonies of #BDEAC2
Complementary color
Monochromatic Colors of #BDEAC2
Black with #BDEAC2
Text Example
Text Example
White with #BDEAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEAC2; }
p { color: rgb(189,234,194); }
H1.HeaderClassName
{
color: #BDEAC2;
}
.AnyTagClassName
{
color: #BDEAC2;
}
</style>
background-color css
<style>
a { background-color: #BDEAC2; }
a { background-color: rgb(189,234,194); }
div.DivClassName
{
background-color: #BDEAC2;
}
.BgClassName
{
background-color: #BDEAC2;
}
</style>
border-color css
<style>
span { border-color: #BDEAC2; }
span { border-color: rgb(189,234,194); }
td.TdClassName
{
border-color: #BDEAC2;
}
.TagClassName
{
border-color: #BDEAC2;
}
</style>