Shades of Biloba Flower #B199CB
Tints of Biloba Flower #B199CB
RGB
CMYK
RGB Variations
Color information
#B199CB (or 0xB199CB) is known color: Biloba Flower. HEX triplet: B1, 99 and CB. RGB value is (177,153,203). Sum of RGB (Red+Green+Blue) = 177+153+203=533 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.21% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #B199CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199CB is #4E6634. Grayscale: #A5A5A5. Windows color (decimal): -5137973 or 13343153. OLE color: 13343153.
HSL color Cylindrical-coordinate representation of color #B199CB: hue angle of 268.8º degrees, saturation: 0.32, 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 #B199CB is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 153 | 203 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.20 |
| HSL | 268.8º | 0.32% | 0.7% | - |
| HSV(B) | 268.8º | 0.25% | 0.8% | - |
| XYZ | 40.3 | 36.44 | 61.41 | - |
| YUV | 165.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 203 | 0.13 | 0.25 | 0 | 0.20 | 268.8 | 0.32 | 0.7 |
| Hex | B1 | 99 | CB | D | 19 | 0 | 14 | 10D | 20 | 46 |
| Octal | 261 | 231 | 313 | 15 | 31 | 0 | 24 | 415 | 40 | 106 |
| Binary | 10110001 | 10011001 | 11001011 | 1101 | 11001 | 0 | 10100 | 100001101 | 100000 | 1000110 |
Color Harmonies of #B199CB
Complementary color
Monochromatic Colors of #B199CB
Black with #B199CB
Text Example
Text Example
White with #B199CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199CB; }
p { color: rgb(177,153,203); }
H1.HeaderClassName
{
color: #B199CB;
}
.AnyTagClassName
{
color: #B199CB;
}
</style>
background-color css
<style>
a { background-color: #B199CB; }
a { background-color: rgb(177,153,203); }
div.DivClassName
{
background-color: #B199CB;
}
.BgClassName
{
background-color: #B199CB;
}
</style>
border-color css
<style>
span { border-color: #B199CB; }
span { border-color: rgb(177,153,203); }
td.TdClassName
{
border-color: #B199CB;
}
.TagClassName
{
border-color: #B199CB;
}
</style>