Shades of Fringy Flower #BBEEB8
Tints of Fringy Flower #BBEEB8
RGB
CMYK
RGB Variations
Color information
#BBEEB8 (or 0xBBEEB8) is known color: Fringy Flower. HEX triplet: BB, EE and B8. RGB value is (187,238,184). Sum of RGB (Red+Green+Blue) = 187+238+184=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 184 (72.27% from 255 or 30.21% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEB8 is #441147. Grayscale: #D8D8D8. Windows color (decimal): -4460872 or 12119739. OLE color: 12119739.
HSL color Cylindrical-coordinate representation of color #BBEEB8: hue angle of 116.67º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBEEB8 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 238 | 184 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.07 |
| HSL | 116.67º | 0.61% | 0.83% | - |
| HSV(B) | 116.67º | 0.23% | 0.93% | - |
| XYZ | 59.72 | 75.17 | 56.71 | - |
| YUV | 216.6 | 109.6 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 184 | 0.21 | 0 | 0.23 | 0.07 | 116.67 | 0.61 | 0.83 |
| Hex | BB | EE | B8 | 15 | 0 | 17 | 7 | 75 | 3D | 53 |
| Octal | 273 | 356 | 270 | 25 | 0 | 27 | 7 | 165 | 75 | 123 |
| Binary | 10111011 | 11101110 | 10111000 | 10101 | 0 | 10111 | 111 | 1110101 | 111101 | 1010011 |
Color Harmonies of #BBEEB8
Complementary color
Monochromatic Colors of #BBEEB8
Black with #BBEEB8
Text Example
Text Example
White with #BBEEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEB8; }
p { color: rgb(187,238,184); }
H1.HeaderClassName
{
color: #BBEEB8;
}
.AnyTagClassName
{
color: #BBEEB8;
}
</style>
background-color css
<style>
a { background-color: #BBEEB8; }
a { background-color: rgb(187,238,184); }
div.DivClassName
{
background-color: #BBEEB8;
}
.BgClassName
{
background-color: #BBEEB8;
}
</style>
border-color css
<style>
span { border-color: #BBEEB8; }
span { border-color: rgb(187,238,184); }
td.TdClassName
{
border-color: #BBEEB8;
}
.TagClassName
{
border-color: #BBEEB8;
}
</style>