Shades of Biloba Flower #B197CE
Tints of Biloba Flower #B197CE
RGB
CMYK
RGB Variations
Color information
#B197CE (or 0xB197CE) is known color: Biloba Flower. HEX triplet: B1, 97 and CE. RGB value is (177,151,206). Sum of RGB (Red+Green+Blue) = 177+151+206=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #B197CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B197CE is #4E6831. Grayscale: #A4A4A4. Windows color (decimal): -5138482 or 13539249. OLE color: 13539249.
HSL color Cylindrical-coordinate representation of color #B197CE: hue angle of 268.36º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B197CE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 151 | 206 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.19 |
| HSL | 268.36º | 0.36% | 0.7% | - |
| HSV(B) | 268.36º | 0.27% | 0.81% | - |
| XYZ | 40.34 | 35.94 | 63.2 | - |
| YUV | 165.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 151 | 206 | 0.14 | 0.27 | 0 | 0.19 | 268.36 | 0.36 | 0.7 |
| Hex | B1 | 97 | CE | E | 1B | 0 | 13 | 10C | 24 | 46 |
| Octal | 261 | 227 | 316 | 16 | 33 | 0 | 23 | 414 | 44 | 106 |
| Binary | 10110001 | 10010111 | 11001110 | 1110 | 11011 | 0 | 10011 | 100001100 | 100100 | 1000110 |
Color Harmonies of #B197CE
Complementary color
Monochromatic Colors of #B197CE
Black with #B197CE
Text Example
Text Example
White with #B197CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B197CE; }
p { color: rgb(177,151,206); }
H1.HeaderClassName
{
color: #B197CE;
}
.AnyTagClassName
{
color: #B197CE;
}
</style>
background-color css
<style>
a { background-color: #B197CE; }
a { background-color: rgb(177,151,206); }
div.DivClassName
{
background-color: #B197CE;
}
.BgClassName
{
background-color: #B197CE;
}
</style>
border-color css
<style>
span { border-color: #B197CE; }
span { border-color: rgb(177,151,206); }
td.TdClassName
{
border-color: #B197CE;
}
.TagClassName
{
border-color: #B197CE;
}
</style>