Shades of Fringy Flower #BCEEC2
Tints of Fringy Flower #BCEEC2
RGB
CMYK
RGB Variations
Color information
#BCEEC2 (or 0xBCEEC2) is known color: Fringy Flower. HEX triplet: BC, EE and C2. RGB value is (188,238,194). Sum of RGB (Red+Green+Blue) = 188+238+194=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEC2 is #43113D. Grayscale: #DADADA. Windows color (decimal): -4395326 or 12775100. OLE color: 12775100.
HSL color Cylindrical-coordinate representation of color #BCEEC2: hue angle of 127.2º degrees, saturation: 0.6, 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 #BCEEC2 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 194 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.07 |
| HSL | 127.2º | 0.6% | 0.84% | - |
| HSV(B) | 127.2º | 0.21% | 0.93% | - |
| XYZ | 61.05 | 75.74 | 62.44 | - |
| YUV | 218.03 | 114.44 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 194 | 0.21 | 0 | 0.18 | 0.07 | 127.2 | 0.6 | 0.84 |
| Hex | BC | EE | C2 | 15 | 0 | 12 | 7 | 7F | 3C | 54 |
| Octal | 274 | 356 | 302 | 25 | 0 | 22 | 7 | 177 | 74 | 124 |
| Binary | 10111100 | 11101110 | 11000010 | 10101 | 0 | 10010 | 111 | 1111111 | 111100 | 1010100 |
Color Harmonies of #BCEEC2
Complementary color
Monochromatic Colors of #BCEEC2
Black with #BCEEC2
Text Example
Text Example
White with #BCEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEC2; }
p { color: rgb(188,238,194); }
H1.HeaderClassName
{
color: #BCEEC2;
}
.AnyTagClassName
{
color: #BCEEC2;
}
</style>
background-color css
<style>
a { background-color: #BCEEC2; }
a { background-color: rgb(188,238,194); }
div.DivClassName
{
background-color: #BCEEC2;
}
.BgClassName
{
background-color: #BCEEC2;
}
</style>
border-color css
<style>
span { border-color: #BCEEC2; }
span { border-color: rgb(188,238,194); }
td.TdClassName
{
border-color: #BCEEC2;
}
.TagClassName
{
border-color: #BCEEC2;
}
</style>