Shades of Fringy Flower #BBDFC0
Tints of Fringy Flower #BBDFC0
RGB
CMYK
RGB Variations
Color information
#BBDFC0 (or 0xBBDFC0) is known color: Fringy Flower. HEX triplet: BB, DF and C0. RGB value is (187,223,192). Sum of RGB (Red+Green+Blue) = 187+223+192=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFC0 is #44203F. Grayscale: #D0D0D0. Windows color (decimal): -4464704 or 12640187. OLE color: 12640187.
HSL color Cylindrical-coordinate representation of color #BBDFC0: hue angle of 128.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBDFC0 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 192 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.13 |
| HSL | 128.33º | 0.36% | 0.8% | - |
| HSV(B) | 128.33º | 0.16% | 0.87% | - |
| XYZ | 56.4 | 67.15 | 59.86 | - |
| YUV | 208.7 | 118.57 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 192 | 0.16 | 0 | 0.14 | 0.13 | 128.33 | 0.36 | 0.8 |
| Hex | BB | DF | C0 | 10 | 0 | E | D | 80 | 24 | 50 |
| Octal | 273 | 337 | 300 | 20 | 0 | 16 | 15 | 200 | 44 | 120 |
| Binary | 10111011 | 11011111 | 11000000 | 10000 | 0 | 1110 | 1101 | 10000000 | 100100 | 1010000 |
Color Harmonies of #BBDFC0
Complementary color
Monochromatic Colors of #BBDFC0
Black with #BBDFC0
Text Example
Text Example
White with #BBDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDFC0; }
p { color: rgb(187,223,192); }
H1.HeaderClassName
{
color: #BBDFC0;
}
.AnyTagClassName
{
color: #BBDFC0;
}
</style>
background-color css
<style>
a { background-color: #BBDFC0; }
a { background-color: rgb(187,223,192); }
div.DivClassName
{
background-color: #BBDFC0;
}
.BgClassName
{
background-color: #BBDFC0;
}
</style>
border-color css
<style>
span { border-color: #BBDFC0; }
span { border-color: rgb(187,223,192); }
td.TdClassName
{
border-color: #BBDFC0;
}
.TagClassName
{
border-color: #BBDFC0;
}
</style>