Shades of Fringy Flower #BBE3BF
Tints of Fringy Flower #BBE3BF
RGB
CMYK
RGB Variations
Color information
#BBE3BF (or 0xBBE3BF) is known color: Fringy Flower. HEX triplet: BB, E3 and BF. RGB value is (187,227,191). Sum of RGB (Red+Green+Blue) = 187+227+191=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3BF is #441C40. Grayscale: #D3D3D3. Windows color (decimal): -4463681 or 12575675. OLE color: 12575675.
HSL color Cylindrical-coordinate representation of color #BBE3BF: hue angle of 126º 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 #BBE3BF is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 191 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.11 |
| HSL | 126º | 0.42% | 0.81% | - |
| HSV(B) | 126º | 0.18% | 0.89% | - |
| XYZ | 57.37 | 69.26 | 59.64 | - |
| YUV | 210.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 191 | 0.18 | 0 | 0.16 | 0.11 | 126 | 0.42 | 0.81 |
| Hex | BB | E3 | BF | 12 | 0 | 10 | B | 7E | 2A | 51 |
| Octal | 273 | 343 | 277 | 22 | 0 | 20 | 13 | 176 | 52 | 121 |
| Binary | 10111011 | 11100011 | 10111111 | 10010 | 0 | 10000 | 1011 | 1111110 | 101010 | 1010001 |
Color Harmonies of #BBE3BF
Complementary color
Monochromatic Colors of #BBE3BF
Black with #BBE3BF
Text Example
Text Example
White with #BBE3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE3BF; }
p { color: rgb(187,227,191); }
H1.HeaderClassName
{
color: #BBE3BF;
}
.AnyTagClassName
{
color: #BBE3BF;
}
</style>
background-color css
<style>
a { background-color: #BBE3BF; }
a { background-color: rgb(187,227,191); }
div.DivClassName
{
background-color: #BBE3BF;
}
.BgClassName
{
background-color: #BBE3BF;
}
</style>
border-color css
<style>
span { border-color: #BBE3BF; }
span { border-color: rgb(187,227,191); }
td.TdClassName
{
border-color: #BBE3BF;
}
.TagClassName
{
border-color: #BBE3BF;
}
</style>