Shades of Fringy Flower #BCEEBD
Tints of Fringy Flower #BCEEBD
RGB
CMYK
RGB Variations
Color information
#BCEEBD (or 0xBCEEBD) is known color: Fringy Flower. HEX triplet: BC, EE and BD. RGB value is (188,238,189). Sum of RGB (Red+Green+Blue) = 188+238+189=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #BCEEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCEEBD is #431142. Grayscale: #D9D9D9. Windows color (decimal): -4395331 or 12447420. OLE color: 12447420.
HSL color Cylindrical-coordinate representation of color #BCEEBD: hue angle of 121.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 #BCEEBD is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 238 | 189 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.07 |
| HSL | 121.2º | 0.6% | 0.84% | - |
| HSV(B) | 121.2º | 0.21% | 0.93% | - |
| XYZ | 60.5 | 75.51 | 59.53 | - |
| YUV | 217.46 | 111.94 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 238 | 189 | 0.21 | 0 | 0.21 | 0.07 | 121.2 | 0.6 | 0.84 |
| Hex | BC | EE | BD | 15 | 0 | 15 | 7 | 79 | 3C | 54 |
| Octal | 274 | 356 | 275 | 25 | 0 | 25 | 7 | 171 | 74 | 124 |
| Binary | 10111100 | 11101110 | 10111101 | 10101 | 0 | 10101 | 111 | 1111001 | 111100 | 1010100 |
Color Harmonies of #BCEEBD
Complementary color
Monochromatic Colors of #BCEEBD
Black with #BCEEBD
Text Example
Text Example
White with #BCEEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEEBD; }
p { color: rgb(188,238,189); }
H1.HeaderClassName
{
color: #BCEEBD;
}
.AnyTagClassName
{
color: #BCEEBD;
}
</style>
background-color css
<style>
a { background-color: #BCEEBD; }
a { background-color: rgb(188,238,189); }
div.DivClassName
{
background-color: #BCEEBD;
}
.BgClassName
{
background-color: #BCEEBD;
}
</style>
border-color css
<style>
span { border-color: #BCEEBD; }
span { border-color: rgb(188,238,189); }
td.TdClassName
{
border-color: #BCEEBD;
}
.TagClassName
{
border-color: #BCEEBD;
}
</style>