Shades of Fringy Flower #BDEFC2
Tints of Fringy Flower #BDEFC2
RGB
CMYK
RGB Variations
Color information
#BDEFC2 (or 0xBDEFC2) is known color: Fringy Flower. HEX triplet: BD, EF and C2. RGB value is (189,239,194). Sum of RGB (Red+Green+Blue) = 189+239+194=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 194 (76.17% from 255 or 31.19% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFC2 is #42103D. Grayscale: #DBDBDB. Windows color (decimal): -4329534 or 12775357. OLE color: 12775357.
HSL color Cylindrical-coordinate representation of color #BDEFC2: hue angle of 126º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFC2 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 194 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.06 |
| HSL | 126º | 0.61% | 0.84% | - |
| HSV(B) | 126º | 0.21% | 0.94% | - |
| XYZ | 61.59 | 76.45 | 62.55 | - |
| YUV | 218.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 194 | 0.21 | 0 | 0.19 | 0.06 | 126 | 0.61 | 0.84 |
| Hex | BD | EF | C2 | 15 | 0 | 13 | 6 | 7E | 3D | 54 |
| Octal | 275 | 357 | 302 | 25 | 0 | 23 | 6 | 176 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11000010 | 10101 | 0 | 10011 | 110 | 1111110 | 111101 | 1010100 |
Color Harmonies of #BDEFC2
Complementary color
Monochromatic Colors of #BDEFC2
Black with #BDEFC2
Text Example
Text Example
White with #BDEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFC2; }
p { color: rgb(189,239,194); }
H1.HeaderClassName
{
color: #BDEFC2;
}
.AnyTagClassName
{
color: #BDEFC2;
}
</style>
background-color css
<style>
a { background-color: #BDEFC2; }
a { background-color: rgb(189,239,194); }
div.DivClassName
{
background-color: #BDEFC2;
}
.BgClassName
{
background-color: #BDEFC2;
}
</style>
border-color css
<style>
span { border-color: #BDEFC2; }
span { border-color: rgb(189,239,194); }
td.TdClassName
{
border-color: #BDEFC2;
}
.TagClassName
{
border-color: #BDEFC2;
}
</style>