Shades of Fringy Flower #BBEBBF
Tints of Fringy Flower #BBEBBF
RGB
CMYK
RGB Variations
Color information
#BBEBBF (or 0xBBEBBF) is known color: Fringy Flower. HEX triplet: BB, EB and BF. RGB value is (187,235,191). Sum of RGB (Red+Green+Blue) = 187+235+191=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 191 (75% from 255 or 31.16% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBBF is #441440. Grayscale: #D7D7D7. Windows color (decimal): -4461633 or 12577723. OLE color: 12577723.
HSL color Cylindrical-coordinate representation of color #BBEBBF: hue angle of 125º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBBF is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 235 | 191 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.08 |
| HSL | 125º | 0.55% | 0.83% | - |
| HSV(B) | 125º | 0.2% | 0.92% | - |
| XYZ | 59.61 | 73.74 | 60.38 | - |
| YUV | 215.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 191 | 0.20 | 0 | 0.19 | 0.08 | 125 | 0.55 | 0.83 |
| Hex | BB | EB | BF | 14 | 0 | 13 | 8 | 7D | 37 | 53 |
| Octal | 273 | 353 | 277 | 24 | 0 | 23 | 10 | 175 | 67 | 123 |
| Binary | 10111011 | 11101011 | 10111111 | 10100 | 0 | 10011 | 1000 | 1111101 | 110111 | 1010011 |
Color Harmonies of #BBEBBF
Complementary color
Monochromatic Colors of #BBEBBF
Black with #BBEBBF
Text Example
Text Example
White with #BBEBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBBF; }
p { color: rgb(187,235,191); }
H1.HeaderClassName
{
color: #BBEBBF;
}
.AnyTagClassName
{
color: #BBEBBF;
}
</style>
background-color css
<style>
a { background-color: #BBEBBF; }
a { background-color: rgb(187,235,191); }
div.DivClassName
{
background-color: #BBEBBF;
}
.BgClassName
{
background-color: #BBEBBF;
}
</style>
border-color css
<style>
span { border-color: #BBEBBF; }
span { border-color: rgb(187,235,191); }
td.TdClassName
{
border-color: #BBEBBF;
}
.TagClassName
{
border-color: #BBEBBF;
}
</style>