Shades of Fringy Flower #BBE4BB
Tints of Fringy Flower #BBE4BB
RGB
CMYK
RGB Variations
Color information
#BBE4BB (or 0xBBE4BB) is known color: Fringy Flower. HEX triplet: BB, E4 and BB. RGB value is (187,228,187). Sum of RGB (Red+Green+Blue) = 187+228+187=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4BB is #441B44. Grayscale: #D3D3D3. Windows color (decimal): -4463429 or 12313787. OLE color: 12313787.
HSL color Cylindrical-coordinate representation of color #BBE4BB: hue angle of 120º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE4BB is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 187 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.11 |
| HSL | 120º | 0.43% | 0.81% | - |
| HSV(B) | 120º | 0.18% | 0.89% | - |
| XYZ | 57.21 | 69.64 | 57.44 | - |
| YUV | 211.07 | 114.42 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 187 | 0.18 | 0 | 0.18 | 0.11 | 120 | 0.43 | 0.81 |
| Hex | BB | E4 | BB | 12 | 0 | 12 | B | 78 | 2B | 51 |
| Octal | 273 | 344 | 273 | 22 | 0 | 22 | 13 | 170 | 53 | 121 |
| Binary | 10111011 | 11100100 | 10111011 | 10010 | 0 | 10010 | 1011 | 1111000 | 101011 | 1010001 |
Color Harmonies of #BBE4BB
Complementary color
Monochromatic Colors of #BBE4BB
Black with #BBE4BB
Text Example
Text Example
White with #BBE4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4BB; }
p { color: rgb(187,228,187); }
H1.HeaderClassName
{
color: #BBE4BB;
}
.AnyTagClassName
{
color: #BBE4BB;
}
</style>
background-color css
<style>
a { background-color: #BBE4BB; }
a { background-color: rgb(187,228,187); }
div.DivClassName
{
background-color: #BBE4BB;
}
.BgClassName
{
background-color: #BBE4BB;
}
</style>
border-color css
<style>
span { border-color: #BBE4BB; }
span { border-color: rgb(187,228,187); }
td.TdClassName
{
border-color: #BBE4BB;
}
.TagClassName
{
border-color: #BBE4BB;
}
</style>