Shades of Biloba Flower #B198CB
Tints of Biloba Flower #B198CB
RGB
CMYK
RGB Variations
Color information
#B198CB (or 0xB198CB) is known color: Biloba Flower. HEX triplet: B1, 98 and CB. RGB value is (177,152,203). Sum of RGB (Red+Green+Blue) = 177+152+203=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #B198CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198CB is #4E6734. Grayscale: #A5A5A5. Windows color (decimal): -5138229 or 13342897. OLE color: 13342897.
HSL color Cylindrical-coordinate representation of color #B198CB: hue angle of 269.41º degrees, saturation: 0.33, 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 #B198CB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 152 | 203 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.20 |
| HSL | 269.41º | 0.33% | 0.7% | - |
| HSV(B) | 269.41º | 0.25% | 0.8% | - |
| XYZ | 40.14 | 36.12 | 61.36 | - |
| YUV | 165.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 203 | 0.13 | 0.25 | 0 | 0.20 | 269.41 | 0.33 | 0.7 |
| Hex | B1 | 98 | CB | D | 19 | 0 | 14 | 10D | 21 | 46 |
| Octal | 261 | 230 | 313 | 15 | 31 | 0 | 24 | 415 | 41 | 106 |
| Binary | 10110001 | 10011000 | 11001011 | 1101 | 11001 | 0 | 10100 | 100001101 | 100001 | 1000110 |
Color Harmonies of #B198CB
Complementary color
Monochromatic Colors of #B198CB
Black with #B198CB
Text Example
Text Example
White with #B198CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B198CB; }
p { color: rgb(177,152,203); }
H1.HeaderClassName
{
color: #B198CB;
}
.AnyTagClassName
{
color: #B198CB;
}
</style>
background-color css
<style>
a { background-color: #B198CB; }
a { background-color: rgb(177,152,203); }
div.DivClassName
{
background-color: #B198CB;
}
.BgClassName
{
background-color: #B198CB;
}
</style>
border-color css
<style>
span { border-color: #B198CB; }
span { border-color: rgb(177,152,203); }
td.TdClassName
{
border-color: #B198CB;
}
.TagClassName
{
border-color: #B198CB;
}
</style>