Shades of Biloba Flower #B199CA
Tints of Biloba Flower #B199CA
RGB
CMYK
RGB Variations
Color information
#B199CA (or 0xB199CA) is known color: Biloba Flower. HEX triplet: B1, 99 and CA. RGB value is (177,153,202). Sum of RGB (Red+Green+Blue) = 177+153+202=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #B199CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199CA is #4E6635. Grayscale: #A5A5A5. Windows color (decimal): -5137974 or 13277617. OLE color: 13277617.
HSL color Cylindrical-coordinate representation of color #B199CA: hue angle of 269.39º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B199CA is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 153 | 202 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.21 |
| HSL | 269.39º | 0.32% | 0.7% | - |
| HSV(B) | 269.39º | 0.24% | 0.79% | - |
| XYZ | 40.18 | 36.39 | 60.78 | - |
| YUV | 165.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 202 | 0.12 | 0.24 | 0 | 0.21 | 269.39 | 0.32 | 0.7 |
| Hex | B1 | 99 | CA | C | 18 | 0 | 15 | 10D | 20 | 46 |
| Octal | 261 | 231 | 312 | 14 | 30 | 0 | 25 | 415 | 40 | 106 |
| Binary | 10110001 | 10011001 | 11001010 | 1100 | 11000 | 0 | 10101 | 100001101 | 100000 | 1000110 |
Color Harmonies of #B199CA
Complementary color
Monochromatic Colors of #B199CA
Black with #B199CA
Text Example
Text Example
White with #B199CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199CA; }
p { color: rgb(177,153,202); }
H1.HeaderClassName
{
color: #B199CA;
}
.AnyTagClassName
{
color: #B199CA;
}
</style>
background-color css
<style>
a { background-color: #B199CA; }
a { background-color: rgb(177,153,202); }
div.DivClassName
{
background-color: #B199CA;
}
.BgClassName
{
background-color: #B199CA;
}
</style>
border-color css
<style>
span { border-color: #B199CA; }
span { border-color: rgb(177,153,202); }
td.TdClassName
{
border-color: #B199CA;
}
.TagClassName
{
border-color: #B199CA;
}
</style>