Shades of Fringy Flower #BBE7B9
Tints of Fringy Flower #BBE7B9
RGB
CMYK
RGB Variations
Color information
#BBE7B9 (or 0xBBE7B9) is known color: Fringy Flower. HEX triplet: BB, E7 and B9. RGB value is (187,231,185). Sum of RGB (Red+Green+Blue) = 187+231+185=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7B9 is #441846. Grayscale: #D4D4D4. Windows color (decimal): -4462663 or 12183483. OLE color: 12183483.
HSL color Cylindrical-coordinate representation of color #BBE7B9: hue angle of 117.39º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE7B9 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 185 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.09 |
| HSL | 117.39º | 0.49% | 0.82% | - |
| HSV(B) | 117.39º | 0.2% | 0.91% | - |
| XYZ | 57.83 | 71.22 | 56.6 | - |
| YUV | 212.6 | 112.42 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 185 | 0.19 | 0 | 0.20 | 0.09 | 117.39 | 0.49 | 0.82 |
| Hex | BB | E7 | B9 | 13 | 0 | 14 | 9 | 75 | 31 | 52 |
| Octal | 273 | 347 | 271 | 23 | 0 | 24 | 11 | 165 | 61 | 122 |
| Binary | 10111011 | 11100111 | 10111001 | 10011 | 0 | 10100 | 1001 | 1110101 | 110001 | 1010010 |
Color Harmonies of #BBE7B9
Complementary color
Monochromatic Colors of #BBE7B9
Black with #BBE7B9
Text Example
Text Example
White with #BBE7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE7B9; }
p { color: rgb(187,231,185); }
H1.HeaderClassName
{
color: #BBE7B9;
}
.AnyTagClassName
{
color: #BBE7B9;
}
</style>
background-color css
<style>
a { background-color: #BBE7B9; }
a { background-color: rgb(187,231,185); }
div.DivClassName
{
background-color: #BBE7B9;
}
.BgClassName
{
background-color: #BBE7B9;
}
</style>
border-color css
<style>
span { border-color: #BBE7B9; }
span { border-color: rgb(187,231,185); }
td.TdClassName
{
border-color: #BBE7B9;
}
.TagClassName
{
border-color: #BBE7B9;
}
</style>