Shades of Fringy Flower #BBE2C3
Tints of Fringy Flower #BBE2C3
RGB
CMYK
RGB Variations
Color information
#BBE2C3 (or 0xBBE2C3) is known color: Fringy Flower. HEX triplet: BB, E2 and C3. RGB value is (187,226,195). Sum of RGB (Red+Green+Blue) = 187+226+195=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE2C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE2C3 is #441D3C. Grayscale: #D2D2D2. Windows color (decimal): -4463933 or 12837563. OLE color: 12837563.
HSL color Cylindrical-coordinate representation of color #BBE2C3: hue angle of 132.31º 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 #BBE2C3 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 195 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.11 |
| HSL | 132.31º | 0.4% | 0.81% | - |
| HSV(B) | 132.31º | 0.17% | 0.89% | - |
| XYZ | 57.54 | 68.9 | 61.9 | - |
| YUV | 210.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 195 | 0.17 | 0 | 0.14 | 0.11 | 132.31 | 0.4 | 0.81 |
| Hex | BB | E2 | C3 | 11 | 0 | E | B | 84 | 28 | 51 |
| Octal | 273 | 342 | 303 | 21 | 0 | 16 | 13 | 204 | 50 | 121 |
| Binary | 10111011 | 11100010 | 11000011 | 10001 | 0 | 1110 | 1011 | 10000100 | 101000 | 1010001 |
Color Harmonies of #BBE2C3
Complementary color
Monochromatic Colors of #BBE2C3
Black with #BBE2C3
Text Example
Text Example
White with #BBE2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2C3; }
p { color: rgb(187,226,195); }
H1.HeaderClassName
{
color: #BBE2C3;
}
.AnyTagClassName
{
color: #BBE2C3;
}
</style>
background-color css
<style>
a { background-color: #BBE2C3; }
a { background-color: rgb(187,226,195); }
div.DivClassName
{
background-color: #BBE2C3;
}
.BgClassName
{
background-color: #BBE2C3;
}
</style>
border-color css
<style>
span { border-color: #BBE2C3; }
span { border-color: rgb(187,226,195); }
td.TdClassName
{
border-color: #BBE2C3;
}
.TagClassName
{
border-color: #BBE2C3;
}
</style>