Shades of Fringy Flower #BDEEC2
Tints of Fringy Flower #BDEEC2
RGB
CMYK
RGB Variations
Color information
#BDEEC2 (or 0xBDEEC2) is known color: Fringy Flower. HEX triplet: BD, EE and C2. RGB value is (189,238,194). Sum of RGB (Red+Green+Blue) = 189+238+194=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEC2 is #42113D. Grayscale: #DADADA. Windows color (decimal): -4329790 or 12775101. OLE color: 12775101.
HSL color Cylindrical-coordinate representation of color #BDEEC2: hue angle of 126.12º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEEC2 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 238 | 194 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.07 |
| HSL | 126.12º | 0.59% | 0.84% | - |
| HSV(B) | 126.12º | 0.21% | 0.93% | - |
| XYZ | 61.3 | 75.86 | 62.45 | - |
| YUV | 218.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 238 | 194 | 0.21 | 0 | 0.18 | 0.07 | 126.12 | 0.59 | 0.84 |
| Hex | BD | EE | C2 | 15 | 0 | 12 | 7 | 7E | 3B | 54 |
| Octal | 275 | 356 | 302 | 25 | 0 | 22 | 7 | 176 | 73 | 124 |
| Binary | 10111101 | 11101110 | 11000010 | 10101 | 0 | 10010 | 111 | 1111110 | 111011 | 1010100 |
Color Harmonies of #BDEEC2
Complementary color
Monochromatic Colors of #BDEEC2
Black with #BDEEC2
Text Example
Text Example
White with #BDEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEEC2; }
p { color: rgb(189,238,194); }
H1.HeaderClassName
{
color: #BDEEC2;
}
.AnyTagClassName
{
color: #BDEEC2;
}
</style>
background-color css
<style>
a { background-color: #BDEEC2; }
a { background-color: rgb(189,238,194); }
div.DivClassName
{
background-color: #BDEEC2;
}
.BgClassName
{
background-color: #BDEEC2;
}
</style>
border-color css
<style>
span { border-color: #BDEEC2; }
span { border-color: rgb(189,238,194); }
td.TdClassName
{
border-color: #BDEEC2;
}
.TagClassName
{
border-color: #BDEEC2;
}
</style>