Shades of Fringy Flower #BBE4BD
Tints of Fringy Flower #BBE4BD
RGB
CMYK
RGB Variations
Color information
#BBE4BD (or 0xBBE4BD) is known color: Fringy Flower. HEX triplet: BB, E4 and BD. RGB value is (187,228,189). Sum of RGB (Red+Green+Blue) = 187+228+189=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 228 (89.45% from 255 or 37.75% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4BD is #441B42. Grayscale: #D3D3D3. Windows color (decimal): -4463427 or 12444859. OLE color: 12444859.
HSL color Cylindrical-coordinate representation of color #BBE4BD: hue angle of 122.93º 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 #BBE4BD is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 189 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.11 |
| HSL | 122.93º | 0.43% | 0.81% | - |
| HSV(B) | 122.93º | 0.18% | 0.89% | - |
| XYZ | 57.42 | 69.73 | 58.58 | - |
| YUV | 211.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 189 | 0.18 | 0 | 0.17 | 0.11 | 122.93 | 0.43 | 0.81 |
| Hex | BB | E4 | BD | 12 | 0 | 11 | B | 7B | 2B | 51 |
| Octal | 273 | 344 | 275 | 22 | 0 | 21 | 13 | 173 | 53 | 121 |
| Binary | 10111011 | 11100100 | 10111101 | 10010 | 0 | 10001 | 1011 | 1111011 | 101011 | 1010001 |
Color Harmonies of #BBE4BD
Complementary color
Monochromatic Colors of #BBE4BD
Black with #BBE4BD
Text Example
Text Example
White with #BBE4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4BD; }
p { color: rgb(187,228,189); }
H1.HeaderClassName
{
color: #BBE4BD;
}
.AnyTagClassName
{
color: #BBE4BD;
}
</style>
background-color css
<style>
a { background-color: #BBE4BD; }
a { background-color: rgb(187,228,189); }
div.DivClassName
{
background-color: #BBE4BD;
}
.BgClassName
{
background-color: #BBE4BD;
}
</style>
border-color css
<style>
span { border-color: #BBE4BD; }
span { border-color: rgb(187,228,189); }
td.TdClassName
{
border-color: #BBE4BD;
}
.TagClassName
{
border-color: #BBE4BD;
}
</style>