Shades of Fringy Flower #BBEEBF
Tints of Fringy Flower #BBEEBF
RGB
CMYK
RGB Variations
Color information
#BBEEBF (or 0xBBEEBF) is known color: Fringy Flower. HEX triplet: BB, EE and BF. RGB value is (187,238,191). Sum of RGB (Red+Green+Blue) = 187+238+191=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEBF is #441140. Grayscale: #D9D9D9. Windows color (decimal): -4460865 or 12578491. OLE color: 12578491.
HSL color Cylindrical-coordinate representation of color #BBEEBF: hue angle of 124.71º 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 #BBEEBF is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 191 | - |
| CMYK | 0.21 | 0 | 0.20 | 0.07 |
| HSL | 124.71º | 0.6% | 0.83% | - |
| HSV(B) | 124.71º | 0.21% | 0.93% | - |
| XYZ | 60.47 | 75.48 | 60.67 | - |
| YUV | 217.39 | 113.1 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 191 | 0.21 | 0 | 0.20 | 0.07 | 124.71 | 0.6 | 0.83 |
| Hex | BB | EE | BF | 15 | 0 | 14 | 7 | 7D | 3C | 53 |
| Octal | 273 | 356 | 277 | 25 | 0 | 24 | 7 | 175 | 74 | 123 |
| Binary | 10111011 | 11101110 | 10111111 | 10101 | 0 | 10100 | 111 | 1111101 | 111100 | 1010011 |
Color Harmonies of #BBEEBF
Complementary color
Monochromatic Colors of #BBEEBF
Black with #BBEEBF
Text Example
Text Example
White with #BBEEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEBF; }
p { color: rgb(187,238,191); }
H1.HeaderClassName
{
color: #BBEEBF;
}
.AnyTagClassName
{
color: #BBEEBF;
}
</style>
background-color css
<style>
a { background-color: #BBEEBF; }
a { background-color: rgb(187,238,191); }
div.DivClassName
{
background-color: #BBEEBF;
}
.BgClassName
{
background-color: #BBEEBF;
}
</style>
border-color css
<style>
span { border-color: #BBEEBF; }
span { border-color: rgb(187,238,191); }
td.TdClassName
{
border-color: #BBEEBF;
}
.TagClassName
{
border-color: #BBEEBF;
}
</style>