Shades of Fringy Flower #B9FCC0
Tints of Fringy Flower #B9FCC0
RGB
CMYK
RGB Variations
Color information
#B9FCC0 (or 0xB9FCC0) is known color: Fringy Flower. HEX triplet: B9, FC and C0. RGB value is (185,252,192). Sum of RGB (Red+Green+Blue) = 185+252+192=629 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.41% from 629); Green value is 252 (98.83% from 255 or 40.06% from 629); Blue value is 192 (75.39% from 255 or 30.52% from 629); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCC0 is #46033F. Grayscale: #E1E1E1. Windows color (decimal): -4588352 or 12647609. OLE color: 12647609.
HSL color Cylindrical-coordinate representation of color #B9FCC0: hue angle of 126.27º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FCC0 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 252 | 192 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.01 |
| HSL | 126.27º | 0.92% | 0.86% | - |
| HSV(B) | 126.27º | 0.27% | 0.99% | - |
| XYZ | 64.33 | 83.74 | 62.64 | - |
| YUV | 225.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 252 | 192 | 0.27 | 0 | 0.24 | 0.01 | 126.27 | 0.92 | 0.86 |
| Hex | B9 | FC | C0 | 1B | 0 | 18 | 1 | 7E | 5C | 56 |
| Octal | 271 | 374 | 300 | 33 | 0 | 30 | 1 | 176 | 134 | 126 |
| Binary | 10111001 | 11111100 | 11000000 | 11011 | 0 | 11000 | 1 | 1111110 | 1011100 | 1010110 |
Color Harmonies of #B9FCC0
Complementary color
Monochromatic Colors of #B9FCC0
Black with #B9FCC0
Text Example
Text Example
White with #B9FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FCC0; }
p { color: rgb(185,252,192); }
H1.HeaderClassName
{
color: #B9FCC0;
}
.AnyTagClassName
{
color: #B9FCC0;
}
</style>
background-color css
<style>
a { background-color: #B9FCC0; }
a { background-color: rgb(185,252,192); }
div.DivClassName
{
background-color: #B9FCC0;
}
.BgClassName
{
background-color: #B9FCC0;
}
</style>
border-color css
<style>
span { border-color: #B9FCC0; }
span { border-color: rgb(185,252,192); }
td.TdClassName
{
border-color: #B9FCC0;
}
.TagClassName
{
border-color: #B9FCC0;
}
</style>