Shades of Fringy Flower #BBE4BF
Tints of Fringy Flower #BBE4BF
RGB
CMYK
RGB Variations
Color information
#BBE4BF (or 0xBBE4BF) is known color: Fringy Flower. HEX triplet: BB, E4 and BF. RGB value is (187,228,191). Sum of RGB (Red+Green+Blue) = 187+228+191=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE4BF is #441B40. Grayscale: #D3D3D3. Windows color (decimal): -4463425 or 12575931. OLE color: 12575931.
HSL color Cylindrical-coordinate representation of color #BBE4BF: hue angle of 125.85º 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 #BBE4BF is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 191 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.11 |
| HSL | 125.85º | 0.43% | 0.81% | - |
| HSV(B) | 125.85º | 0.18% | 0.89% | - |
| XYZ | 57.64 | 69.81 | 59.73 | - |
| YUV | 211.52 | 116.42 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 191 | 0.18 | 0 | 0.16 | 0.11 | 125.85 | 0.43 | 0.81 |
| Hex | BB | E4 | BF | 12 | 0 | 10 | B | 7E | 2B | 51 |
| Octal | 273 | 344 | 277 | 22 | 0 | 20 | 13 | 176 | 53 | 121 |
| Binary | 10111011 | 11100100 | 10111111 | 10010 | 0 | 10000 | 1011 | 1111110 | 101011 | 1010001 |
Color Harmonies of #BBE4BF
Complementary color
Monochromatic Colors of #BBE4BF
Black with #BBE4BF
Text Example
Text Example
White with #BBE4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4BF; }
p { color: rgb(187,228,191); }
H1.HeaderClassName
{
color: #BBE4BF;
}
.AnyTagClassName
{
color: #BBE4BF;
}
</style>
background-color css
<style>
a { background-color: #BBE4BF; }
a { background-color: rgb(187,228,191); }
div.DivClassName
{
background-color: #BBE4BF;
}
.BgClassName
{
background-color: #BBE4BF;
}
</style>
border-color css
<style>
span { border-color: #BBE4BF; }
span { border-color: rgb(187,228,191); }
td.TdClassName
{
border-color: #BBE4BF;
}
.TagClassName
{
border-color: #BBE4BF;
}
</style>