Shades of Biloba Flower #B3A0CA
Tints of Biloba Flower #B3A0CA
RGB
CMYK
RGB Variations
Color information
#B3A0CA (or 0xB3A0CA) is known color: Biloba Flower. HEX triplet: B3, A0 and CA. RGB value is (179,160,202). Sum of RGB (Red+Green+Blue) = 179+160+202=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A0CA is #4C5F35. Grayscale: #AAAAAA. Windows color (decimal): -5005110 or 13279411. OLE color: 13279411.
HSL color Cylindrical-coordinate representation of color #B3A0CA: hue angle of 267.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3A0CA is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 160 | 202 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.21 |
| HSL | 267.14º | 0.28% | 0.71% | - |
| HSV(B) | 267.14º | 0.21% | 0.79% | - |
| XYZ | 41.82 | 38.99 | 61.2 | - |
| YUV | 170.47 | 145.79 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 202 | 0.11 | 0.21 | 0 | 0.21 | 267.14 | 0.28 | 0.71 |
| Hex | B3 | A0 | CA | B | 15 | 0 | 15 | 10B | 1C | 47 |
| Octal | 263 | 240 | 312 | 13 | 25 | 0 | 25 | 413 | 34 | 107 |
| Binary | 10110011 | 10100000 | 11001010 | 1011 | 10101 | 0 | 10101 | 100001011 | 11100 | 1000111 |
Color Harmonies of #B3A0CA
Complementary color
Monochromatic Colors of #B3A0CA
Black with #B3A0CA
Text Example
Text Example
White with #B3A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A0CA; }
p { color: rgb(179,160,202); }
H1.HeaderClassName
{
color: #B3A0CA;
}
.AnyTagClassName
{
color: #B3A0CA;
}
</style>
background-color css
<style>
a { background-color: #B3A0CA; }
a { background-color: rgb(179,160,202); }
div.DivClassName
{
background-color: #B3A0CA;
}
.BgClassName
{
background-color: #B3A0CA;
}
</style>
border-color css
<style>
span { border-color: #B3A0CA; }
span { border-color: rgb(179,160,202); }
td.TdClassName
{
border-color: #B3A0CA;
}
.TagClassName
{
border-color: #B3A0CA;
}
</style>