Shades of Fringy Flower #BBF2C1
Tints of Fringy Flower #BBF2C1
RGB
CMYK
RGB Variations
Color information
#BBF2C1 (or 0xBBF2C1) is known color: Fringy Flower. HEX triplet: BB, F2 and C1. RGB value is (187,242,193). Sum of RGB (Red+Green+Blue) = 187+242+193=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2C1 is #440D3E. Grayscale: #DCDCDC. Windows color (decimal): -4459839 or 12710587. OLE color: 12710587.
HSL color Cylindrical-coordinate representation of color #BBF2C1: hue angle of 126.55º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2C1 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 193 | - |
| CMYK | 0.23 | 0 | 0.20 | 0.05 |
| HSL | 126.55º | 0.68% | 0.84% | - |
| HSV(B) | 126.55º | 0.23% | 0.95% | - |
| XYZ | 61.87 | 77.92 | 62.23 | - |
| YUV | 219.97 | 112.78 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 193 | 0.23 | 0 | 0.20 | 0.05 | 126.55 | 0.68 | 0.84 |
| Hex | BB | F2 | C1 | 17 | 0 | 14 | 5 | 7F | 44 | 54 |
| Octal | 273 | 362 | 301 | 27 | 0 | 24 | 5 | 177 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11000001 | 10111 | 0 | 10100 | 101 | 1111111 | 1000100 | 1010100 |
Color Harmonies of #BBF2C1
Complementary color
Monochromatic Colors of #BBF2C1
Black with #BBF2C1
Text Example
Text Example
White with #BBF2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2C1; }
p { color: rgb(187,242,193); }
H1.HeaderClassName
{
color: #BBF2C1;
}
.AnyTagClassName
{
color: #BBF2C1;
}
</style>
background-color css
<style>
a { background-color: #BBF2C1; }
a { background-color: rgb(187,242,193); }
div.DivClassName
{
background-color: #BBF2C1;
}
.BgClassName
{
background-color: #BBF2C1;
}
</style>
border-color css
<style>
span { border-color: #BBF2C1; }
span { border-color: rgb(187,242,193); }
td.TdClassName
{
border-color: #BBF2C1;
}
.TagClassName
{
border-color: #BBF2C1;
}
</style>