Shades of Fringy Flower #BBF3C0
Tints of Fringy Flower #BBF3C0
RGB
CMYK
RGB Variations
Color information
#BBF3C0 (or 0xBBF3C0) is known color: Fringy Flower. HEX triplet: BB, F3 and C0. RGB value is (187,243,192). Sum of RGB (Red+Green+Blue) = 187+243+192=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3C0 is #440C3F. Grayscale: #DCDCDC. Windows color (decimal): -4459584 or 12645307. OLE color: 12645307.
HSL color Cylindrical-coordinate representation of color #BBF3C0: hue angle of 125.36º degrees, saturation: 0.7, 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 #BBF3C0 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 192 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.05 |
| HSL | 125.36º | 0.7% | 0.84% | - |
| HSV(B) | 125.36º | 0.23% | 0.95% | - |
| XYZ | 62.06 | 78.47 | 61.74 | - |
| YUV | 220.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 192 | 0.23 | 0 | 0.21 | 0.05 | 125.36 | 0.7 | 0.84 |
| Hex | BB | F3 | C0 | 17 | 0 | 15 | 5 | 7D | 46 | 54 |
| Octal | 273 | 363 | 300 | 27 | 0 | 25 | 5 | 175 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11000000 | 10111 | 0 | 10101 | 101 | 1111101 | 1000110 | 1010100 |
Color Harmonies of #BBF3C0
Complementary color
Monochromatic Colors of #BBF3C0
Black with #BBF3C0
Text Example
Text Example
White with #BBF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3C0; }
p { color: rgb(187,243,192); }
H1.HeaderClassName
{
color: #BBF3C0;
}
.AnyTagClassName
{
color: #BBF3C0;
}
</style>
background-color css
<style>
a { background-color: #BBF3C0; }
a { background-color: rgb(187,243,192); }
div.DivClassName
{
background-color: #BBF3C0;
}
.BgClassName
{
background-color: #BBF3C0;
}
</style>
border-color css
<style>
span { border-color: #BBF3C0; }
span { border-color: rgb(187,243,192); }
td.TdClassName
{
border-color: #BBF3C0;
}
.TagClassName
{
border-color: #BBF3C0;
}
</style>