Shades of Fringy Flower #BBECBB
Tints of Fringy Flower #BBECBB
RGB
CMYK
RGB Variations
Color information
#BBECBB (or 0xBBECBB) is known color: Fringy Flower. HEX triplet: BB, EC and BB. RGB value is (187,236,187). Sum of RGB (Red+Green+Blue) = 187+236+187=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECBB is #441344. Grayscale: #D7D7D7. Windows color (decimal): -4461381 or 12315835. OLE color: 12315835.
HSL color Cylindrical-coordinate representation of color #BBECBB: hue angle of 120º degrees, saturation: 0.56, 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 #BBECBB is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 236 | 187 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.07 |
| HSL | 120º | 0.56% | 0.83% | - |
| HSV(B) | 120º | 0.21% | 0.93% | - |
| XYZ | 59.46 | 74.14 | 58.19 | - |
| YUV | 215.76 | 111.77 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 187 | 0.21 | 0 | 0.21 | 0.07 | 120 | 0.56 | 0.83 |
| Hex | BB | EC | BB | 15 | 0 | 15 | 7 | 78 | 38 | 53 |
| Octal | 273 | 354 | 273 | 25 | 0 | 25 | 7 | 170 | 70 | 123 |
| Binary | 10111011 | 11101100 | 10111011 | 10101 | 0 | 10101 | 111 | 1111000 | 111000 | 1010011 |
Color Harmonies of #BBECBB
Complementary color
Monochromatic Colors of #BBECBB
Black with #BBECBB
Text Example
Text Example
White with #BBECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECBB; }
p { color: rgb(187,236,187); }
H1.HeaderClassName
{
color: #BBECBB;
}
.AnyTagClassName
{
color: #BBECBB;
}
</style>
background-color css
<style>
a { background-color: #BBECBB; }
a { background-color: rgb(187,236,187); }
div.DivClassName
{
background-color: #BBECBB;
}
.BgClassName
{
background-color: #BBECBB;
}
</style>
border-color css
<style>
span { border-color: #BBECBB; }
span { border-color: rgb(187,236,187); }
td.TdClassName
{
border-color: #BBECBB;
}
.TagClassName
{
border-color: #BBECBB;
}
</style>