Shades of Fringy Flower #BDE4C3
Tints of Fringy Flower #BDE4C3
RGB
CMYK
RGB Variations
Color information
#BDE4C3 (or 0xBDE4C3) is known color: Fringy Flower. HEX triplet: BD, E4 and C3. RGB value is (189,228,195). Sum of RGB (Red+Green+Blue) = 189+228+195=612 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.88% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 228 - color contains mainly: green. Hex color #BDE4C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDE4C3 is #421B3C. Grayscale: #D4D4D4. Windows color (decimal): -4332349 or 12838077. OLE color: 12838077.
HSL color Cylindrical-coordinate representation of color #BDE4C3: hue angle of 129.23º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDE4C3 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 228 | 195 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.11 |
| HSL | 129.23º | 0.42% | 0.82% | - |
| HSV(B) | 129.23º | 0.17% | 0.89% | - |
| XYZ | 58.58 | 70.25 | 62.1 | - |
| YUV | 212.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 228 | 195 | 0.17 | 0 | 0.14 | 0.11 | 129.23 | 0.42 | 0.82 |
| Hex | BD | E4 | C3 | 11 | 0 | E | B | 81 | 2A | 52 |
| Octal | 275 | 344 | 303 | 21 | 0 | 16 | 13 | 201 | 52 | 122 |
| Binary | 10111101 | 11100100 | 11000011 | 10001 | 0 | 1110 | 1011 | 10000001 | 101010 | 1010010 |
Color Harmonies of #BDE4C3
Complementary color
Monochromatic Colors of #BDE4C3
Black with #BDE4C3
Text Example
Text Example
White with #BDE4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE4C3; }
p { color: rgb(189,228,195); }
H1.HeaderClassName
{
color: #BDE4C3;
}
.AnyTagClassName
{
color: #BDE4C3;
}
</style>
background-color css
<style>
a { background-color: #BDE4C3; }
a { background-color: rgb(189,228,195); }
div.DivClassName
{
background-color: #BDE4C3;
}
.BgClassName
{
background-color: #BDE4C3;
}
</style>
border-color css
<style>
span { border-color: #BDE4C3; }
span { border-color: rgb(189,228,195); }
td.TdClassName
{
border-color: #BDE4C3;
}
.TagClassName
{
border-color: #BDE4C3;
}
</style>