Shades of Fringy Flower #BBE3BD
Tints of Fringy Flower #BBE3BD
RGB
CMYK
RGB Variations
Color information
#BBE3BD (or 0xBBE3BD) is known color: Fringy Flower. HEX triplet: BB, E3 and BD. RGB value is (187,227,189). Sum of RGB (Red+Green+Blue) = 187+227+189=603 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.01% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3BD is #441C42. Grayscale: #D2D2D2. Windows color (decimal): -4463683 or 12444603. OLE color: 12444603.
HSL color Cylindrical-coordinate representation of color #BBE3BD: hue angle of 123º degrees, saturation: 0.42, 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 #BBE3BD is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 189 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.11 |
| HSL | 123º | 0.42% | 0.81% | - |
| HSV(B) | 123º | 0.18% | 0.89% | - |
| XYZ | 57.15 | 69.18 | 58.48 | - |
| YUV | 210.71 | 115.75 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 189 | 0.18 | 0 | 0.17 | 0.11 | 123 | 0.42 | 0.81 |
| Hex | BB | E3 | BD | 12 | 0 | 11 | B | 7B | 2A | 51 |
| Octal | 273 | 343 | 275 | 22 | 0 | 21 | 13 | 173 | 52 | 121 |
| Binary | 10111011 | 11100011 | 10111101 | 10010 | 0 | 10001 | 1011 | 1111011 | 101010 | 1010001 |
Color Harmonies of #BBE3BD
Complementary color
Monochromatic Colors of #BBE3BD
Black with #BBE3BD
Text Example
Text Example
White with #BBE3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE3BD; }
p { color: rgb(187,227,189); }
H1.HeaderClassName
{
color: #BBE3BD;
}
.AnyTagClassName
{
color: #BBE3BD;
}
</style>
background-color css
<style>
a { background-color: #BBE3BD; }
a { background-color: rgb(187,227,189); }
div.DivClassName
{
background-color: #BBE3BD;
}
.BgClassName
{
background-color: #BBE3BD;
}
</style>
border-color css
<style>
span { border-color: #BBE3BD; }
span { border-color: rgb(187,227,189); }
td.TdClassName
{
border-color: #BBE3BD;
}
.TagClassName
{
border-color: #BBE3BD;
}
</style>