Shades of Fringy Flower #BBEEBC
Tints of Fringy Flower #BBEEBC
RGB
CMYK
RGB Variations
Color information
#BBEEBC (or 0xBBEEBC) is known color: Fringy Flower. HEX triplet: BB, EE and BC. RGB value is (187,238,188). Sum of RGB (Red+Green+Blue) = 187+238+188=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEBC is #441143. Grayscale: #D9D9D9. Windows color (decimal): -4460868 or 12381883. OLE color: 12381883.
HSL color Cylindrical-coordinate representation of color #BBEEBC: hue angle of 121.18º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEEBC is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 188 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.07 |
| HSL | 121.18º | 0.6% | 0.83% | - |
| HSV(B) | 121.18º | 0.21% | 0.93% | - |
| XYZ | 60.15 | 75.34 | 58.95 | - |
| YUV | 217.05 | 111.6 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 188 | 0.21 | 0 | 0.21 | 0.07 | 121.18 | 0.6 | 0.83 |
| Hex | BB | EE | BC | 15 | 0 | 15 | 7 | 79 | 3C | 53 |
| Octal | 273 | 356 | 274 | 25 | 0 | 25 | 7 | 171 | 74 | 123 |
| Binary | 10111011 | 11101110 | 10111100 | 10101 | 0 | 10101 | 111 | 1111001 | 111100 | 1010011 |
Color Harmonies of #BBEEBC
Complementary color
Monochromatic Colors of #BBEEBC
Black with #BBEEBC
Text Example
Text Example
White with #BBEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEBC; }
p { color: rgb(187,238,188); }
H1.HeaderClassName
{
color: #BBEEBC;
}
.AnyTagClassName
{
color: #BBEEBC;
}
</style>
background-color css
<style>
a { background-color: #BBEEBC; }
a { background-color: rgb(187,238,188); }
div.DivClassName
{
background-color: #BBEEBC;
}
.BgClassName
{
background-color: #BBEEBC;
}
</style>
border-color css
<style>
span { border-color: #BBEEBC; }
span { border-color: rgb(187,238,188); }
td.TdClassName
{
border-color: #BBEEBC;
}
.TagClassName
{
border-color: #BBEEBC;
}
</style>