Shades of Fringy Flower #BDEDC2
Tints of Fringy Flower #BDEDC2
RGB
CMYK
RGB Variations
Color information
#BDEDC2 (or 0xBDEDC2) is known color: Fringy Flower. HEX triplet: BD, ED and C2. RGB value is (189,237,194). Sum of RGB (Red+Green+Blue) = 189+237+194=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDC2 is #42123D. Grayscale: #D9D9D9. Windows color (decimal): -4330046 or 12774845. OLE color: 12774845.
HSL color Cylindrical-coordinate representation of color #BDEDC2: hue angle of 126.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDC2 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 237 | 194 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.07 |
| HSL | 126.25º | 0.57% | 0.84% | - |
| HSV(B) | 126.25º | 0.2% | 0.93% | - |
| XYZ | 61.01 | 75.28 | 62.35 | - |
| YUV | 217.75 | 114.6 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 237 | 194 | 0.20 | 0 | 0.18 | 0.07 | 126.25 | 0.57 | 0.84 |
| Hex | BD | ED | C2 | 14 | 0 | 12 | 7 | 7E | 39 | 54 |
| Octal | 275 | 355 | 302 | 24 | 0 | 22 | 7 | 176 | 71 | 124 |
| Binary | 10111101 | 11101101 | 11000010 | 10100 | 0 | 10010 | 111 | 1111110 | 111001 | 1010100 |
Color Harmonies of #BDEDC2
Complementary color
Monochromatic Colors of #BDEDC2
Black with #BDEDC2
Text Example
Text Example
White with #BDEDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEDC2; }
p { color: rgb(189,237,194); }
H1.HeaderClassName
{
color: #BDEDC2;
}
.AnyTagClassName
{
color: #BDEDC2;
}
</style>
background-color css
<style>
a { background-color: #BDEDC2; }
a { background-color: rgb(189,237,194); }
div.DivClassName
{
background-color: #BDEDC2;
}
.BgClassName
{
background-color: #BDEDC2;
}
</style>
border-color css
<style>
span { border-color: #BDEDC2; }
span { border-color: rgb(189,237,194); }
td.TdClassName
{
border-color: #BDEDC2;
}
.TagClassName
{
border-color: #BDEDC2;
}
</style>