Shades of Biloba Flower #B198C9
Tints of Biloba Flower #B198C9
RGB
CMYK
RGB Variations
Color information
#B198C9 (or 0xB198C9) is known color: Biloba Flower. HEX triplet: B1, 98 and C9. RGB value is (177,152,201). Sum of RGB (Red+Green+Blue) = 177+152+201=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 201 - color contains mainly: blue. Hex color #B198C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198C9 is #4E6736. Grayscale: #A4A4A4. Windows color (decimal): -5138231 or 13211825. OLE color: 13211825.
HSL color Cylindrical-coordinate representation of color #B198C9: hue angle of 270.61º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B198C9 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 152 | 201 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.21 |
| HSL | 270.61º | 0.31% | 0.69% | - |
| HSV(B) | 270.61º | 0.24% | 0.79% | - |
| XYZ | 39.9 | 36.02 | 60.11 | - |
| YUV | 165.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 201 | 0.12 | 0.24 | 0 | 0.21 | 270.61 | 0.31 | 0.69 |
| Hex | B1 | 98 | C9 | C | 18 | 0 | 15 | 10F | 1F | 45 |
| Octal | 261 | 230 | 311 | 14 | 30 | 0 | 25 | 417 | 37 | 105 |
| Binary | 10110001 | 10011000 | 11001001 | 1100 | 11000 | 0 | 10101 | 100001111 | 11111 | 1000101 |
Color Harmonies of #B198C9
Complementary color
Monochromatic Colors of #B198C9
Black with #B198C9
Text Example
Text Example
White with #B198C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B198C9; }
p { color: rgb(177,152,201); }
H1.HeaderClassName
{
color: #B198C9;
}
.AnyTagClassName
{
color: #B198C9;
}
</style>
background-color css
<style>
a { background-color: #B198C9; }
a { background-color: rgb(177,152,201); }
div.DivClassName
{
background-color: #B198C9;
}
.BgClassName
{
background-color: #B198C9;
}
</style>
border-color css
<style>
span { border-color: #B198C9; }
span { border-color: rgb(177,152,201); }
td.TdClassName
{
border-color: #B198C9;
}
.TagClassName
{
border-color: #B198C9;
}
</style>