Shades of Biloba Flower #B199C6
Tints of Biloba Flower #B199C6
RGB
CMYK
RGB Variations
Color information
#B199C6 (or 0xB199C6) is known color: Biloba Flower. HEX triplet: B1, 99 and C6. RGB value is (177,153,198). Sum of RGB (Red+Green+Blue) = 177+153+198=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 198 - color contains mainly: blue. Hex color #B199C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199C6 is #4E6639. Grayscale: #A5A5A5. Windows color (decimal): -5137978 or 13015473. OLE color: 13015473.
HSL color Cylindrical-coordinate representation of color #B199C6: hue angle of 272º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B199C6 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 153 | 198 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.22 |
| HSL | 272º | 0.28% | 0.69% | - |
| HSV(B) | 272º | 0.23% | 0.78% | - |
| XYZ | 39.72 | 36.21 | 58.32 | - |
| YUV | 165.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 198 | 0.11 | 0.23 | 0 | 0.22 | 272 | 0.28 | 0.69 |
| Hex | B1 | 99 | C6 | B | 17 | 0 | 16 | 110 | 1C | 45 |
| Octal | 261 | 231 | 306 | 13 | 27 | 0 | 26 | 420 | 34 | 105 |
| Binary | 10110001 | 10011001 | 11000110 | 1011 | 10111 | 0 | 10110 | 100010000 | 11100 | 1000101 |
Color Harmonies of #B199C6
Complementary color
Monochromatic Colors of #B199C6
Black with #B199C6
Text Example
Text Example
White with #B199C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199C6; }
p { color: rgb(177,153,198); }
H1.HeaderClassName
{
color: #B199C6;
}
.AnyTagClassName
{
color: #B199C6;
}
</style>
background-color css
<style>
a { background-color: #B199C6; }
a { background-color: rgb(177,153,198); }
div.DivClassName
{
background-color: #B199C6;
}
.BgClassName
{
background-color: #B199C6;
}
</style>
border-color css
<style>
span { border-color: #B199C6; }
span { border-color: rgb(177,153,198); }
td.TdClassName
{
border-color: #B199C6;
}
.TagClassName
{
border-color: #B199C6;
}
</style>