Shades of Fringy Flower #BDEFC1
Tints of Fringy Flower #BDEFC1
RGB
CMYK
RGB Variations
Color information
#BDEFC1 (or 0xBDEFC1) is known color: Fringy Flower. HEX triplet: BD, EF and C1. RGB value is (189,239,193). Sum of RGB (Red+Green+Blue) = 189+239+193=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFC1 is #42103E. Grayscale: #DADADA. Windows color (decimal): -4329535 or 12709821. OLE color: 12709821.
HSL color Cylindrical-coordinate representation of color #BDEFC1: hue angle of 124.8º 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 #BDEFC1 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 193 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.06 |
| HSL | 124.8º | 0.61% | 0.84% | - |
| HSV(B) | 124.8º | 0.21% | 0.94% | - |
| XYZ | 61.48 | 76.4 | 61.96 | - |
| YUV | 218.81 | 113.44 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 193 | 0.21 | 0 | 0.19 | 0.06 | 124.8 | 0.61 | 0.84 |
| Hex | BD | EF | C1 | 15 | 0 | 13 | 6 | 7D | 3D | 54 |
| Octal | 275 | 357 | 301 | 25 | 0 | 23 | 6 | 175 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11000001 | 10101 | 0 | 10011 | 110 | 1111101 | 111101 | 1010100 |
Color Harmonies of #BDEFC1
Complementary color
Monochromatic Colors of #BDEFC1
Black with #BDEFC1
Text Example
Text Example
White with #BDEFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFC1; }
p { color: rgb(189,239,193); }
H1.HeaderClassName
{
color: #BDEFC1;
}
.AnyTagClassName
{
color: #BDEFC1;
}
</style>
background-color css
<style>
a { background-color: #BDEFC1; }
a { background-color: rgb(189,239,193); }
div.DivClassName
{
background-color: #BDEFC1;
}
.BgClassName
{
background-color: #BDEFC1;
}
</style>
border-color css
<style>
span { border-color: #BDEFC1; }
span { border-color: rgb(189,239,193); }
td.TdClassName
{
border-color: #BDEFC1;
}
.TagClassName
{
border-color: #BDEFC1;
}
</style>