Shades of Biloba Flower #B198CC
Tints of Biloba Flower #B198CC
RGB
CMYK
RGB Variations
Color information
#B198CC (or 0xB198CC) is known color: Biloba Flower. HEX triplet: B1, 98 and CC. RGB value is (177,152,204). Sum of RGB (Red+Green+Blue) = 177+152+204=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 152 (59.77% from 255 or 28.52% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #B198CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198CC is #4E6733. Grayscale: #A5A5A5. Windows color (decimal): -5138228 or 13408433. OLE color: 13408433.
HSL color Cylindrical-coordinate representation of color #B198CC: hue angle of 268.85º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B198CC is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 152 | 204 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.2 |
| HSL | 268.85º | 0.34% | 0.7% | - |
| HSV(B) | 268.85º | 0.25% | 0.8% | - |
| XYZ | 40.26 | 36.16 | 61.99 | - |
| YUV | 165.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 204 | 0.13 | 0.25 | 0 | 0.2 | 268.85 | 0.34 | 0.7 |
| Hex | B1 | 98 | CC | D | 19 | 0 | 14 | 10D | 22 | 46 |
| Octal | 261 | 230 | 314 | 15 | 31 | 0 | 24 | 415 | 42 | 106 |
| Binary | 10110001 | 10011000 | 11001100 | 1101 | 11001 | 0 | 10100 | 100001101 | 100010 | 1000110 |
Color Harmonies of #B198CC
Complementary color
Monochromatic Colors of #B198CC
Black with #B198CC
Text Example
Text Example
White with #B198CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B198CC; }
p { color: rgb(177,152,204); }
H1.HeaderClassName
{
color: #B198CC;
}
.AnyTagClassName
{
color: #B198CC;
}
</style>
background-color css
<style>
a { background-color: #B198CC; }
a { background-color: rgb(177,152,204); }
div.DivClassName
{
background-color: #B198CC;
}
.BgClassName
{
background-color: #B198CC;
}
</style>
border-color css
<style>
span { border-color: #B198CC; }
span { border-color: rgb(177,152,204); }
td.TdClassName
{
border-color: #B198CC;
}
.TagClassName
{
border-color: #B198CC;
}
</style>