Shades of Fringy Flower #BBE7BD
Tints of Fringy Flower #BBE7BD
RGB
CMYK
RGB Variations
Color information
#BBE7BD (or 0xBBE7BD) is known color: Fringy Flower. HEX triplet: BB, E7 and BD. RGB value is (187,231,189). Sum of RGB (Red+Green+Blue) = 187+231+189=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBE7BD is #441842. Grayscale: #D5D5D5. Windows color (decimal): -4462659 or 12445627. OLE color: 12445627.
HSL color Cylindrical-coordinate representation of color #BBE7BD: hue angle of 122.73º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE7BD is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 189 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.09 |
| HSL | 122.73º | 0.48% | 0.82% | - |
| HSV(B) | 122.73º | 0.19% | 0.91% | - |
| XYZ | 58.25 | 71.39 | 58.85 | - |
| YUV | 213.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 189 | 0.19 | 0 | 0.18 | 0.09 | 122.73 | 0.48 | 0.82 |
| Hex | BB | E7 | BD | 13 | 0 | 12 | 9 | 7B | 30 | 52 |
| Octal | 273 | 347 | 275 | 23 | 0 | 22 | 11 | 173 | 60 | 122 |
| Binary | 10111011 | 11100111 | 10111101 | 10011 | 0 | 10010 | 1001 | 1111011 | 110000 | 1010010 |
Color Harmonies of #BBE7BD
Complementary color
Monochromatic Colors of #BBE7BD
Black with #BBE7BD
Text Example
Text Example
White with #BBE7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE7BD; }
p { color: rgb(187,231,189); }
H1.HeaderClassName
{
color: #BBE7BD;
}
.AnyTagClassName
{
color: #BBE7BD;
}
</style>
background-color css
<style>
a { background-color: #BBE7BD; }
a { background-color: rgb(187,231,189); }
div.DivClassName
{
background-color: #BBE7BD;
}
.BgClassName
{
background-color: #BBE7BD;
}
</style>
border-color css
<style>
span { border-color: #BBE7BD; }
span { border-color: rgb(187,231,189); }
td.TdClassName
{
border-color: #BBE7BD;
}
.TagClassName
{
border-color: #BBE7BD;
}
</style>