Shades of Fringy Flower #BBE2C1
Tints of Fringy Flower #BBE2C1
RGB
CMYK
RGB Variations
Color information
#BBE2C1 (or 0xBBE2C1) is known color: Fringy Flower. HEX triplet: BB, E2 and C1. RGB value is (187,226,193). Sum of RGB (Red+Green+Blue) = 187+226+193=606 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.86% from 606); Green value is 226 (88.67% from 255 or 37.29% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2C1 is #441D3E. Grayscale: #D2D2D2. Windows color (decimal): -4463935 or 12706491. OLE color: 12706491.
HSL color Cylindrical-coordinate representation of color #BBE2C1: hue angle of 129.23º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBE2C1 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 193 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.11 |
| HSL | 129.23º | 0.4% | 0.81% | - |
| HSV(B) | 129.23º | 0.17% | 0.89% | - |
| XYZ | 57.32 | 68.81 | 60.71 | - |
| YUV | 210.58 | 118.08 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 193 | 0.17 | 0 | 0.15 | 0.11 | 129.23 | 0.4 | 0.81 |
| Hex | BB | E2 | C1 | 11 | 0 | F | B | 81 | 28 | 51 |
| Octal | 273 | 342 | 301 | 21 | 0 | 17 | 13 | 201 | 50 | 121 |
| Binary | 10111011 | 11100010 | 11000001 | 10001 | 0 | 1111 | 1011 | 10000001 | 101000 | 1010001 |
Color Harmonies of #BBE2C1
Complementary color
Monochromatic Colors of #BBE2C1
Black with #BBE2C1
Text Example
Text Example
White with #BBE2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2C1; }
p { color: rgb(187,226,193); }
H1.HeaderClassName
{
color: #BBE2C1;
}
.AnyTagClassName
{
color: #BBE2C1;
}
</style>
background-color css
<style>
a { background-color: #BBE2C1; }
a { background-color: rgb(187,226,193); }
div.DivClassName
{
background-color: #BBE2C1;
}
.BgClassName
{
background-color: #BBE2C1;
}
</style>
border-color css
<style>
span { border-color: #BBE2C1; }
span { border-color: rgb(187,226,193); }
td.TdClassName
{
border-color: #BBE2C1;
}
.TagClassName
{
border-color: #BBE2C1;
}
</style>