Shades of Biloba Flower #B6A3CA
Tints of Biloba Flower #B6A3CA
RGB
CMYK
RGB Variations
Color information
#B6A3CA (or 0xB6A3CA) is known color: Biloba Flower. HEX triplet: B6, A3 and CA. RGB value is (182,163,202). Sum of RGB (Red+Green+Blue) = 182+163+202=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #B6A3CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A3CA is #495C35. Grayscale: #ACACAC. Windows color (decimal): -4807734 or 13280182. OLE color: 13280182.
HSL color Cylindrical-coordinate representation of color #B6A3CA: hue angle of 269.23º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6A3CA is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 163 | 202 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.21 |
| HSL | 269.23º | 0.27% | 0.72% | - |
| HSV(B) | 269.23º | 0.19% | 0.79% | - |
| XYZ | 43.05 | 40.4 | 61.41 | - |
| YUV | 173.13 | 144.29 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 163 | 202 | 0.10 | 0.19 | 0 | 0.21 | 269.23 | 0.27 | 0.72 |
| Hex | B6 | A3 | CA | A | 13 | 0 | 15 | 10D | 1B | 48 |
| Octal | 266 | 243 | 312 | 12 | 23 | 0 | 25 | 415 | 33 | 110 |
| Binary | 10110110 | 10100011 | 11001010 | 1010 | 10011 | 0 | 10101 | 100001101 | 11011 | 1001000 |
Color Harmonies of #B6A3CA
Complementary color
Monochromatic Colors of #B6A3CA
Black with #B6A3CA
Text Example
Text Example
White with #B6A3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A3CA; }
p { color: rgb(182,163,202); }
H1.HeaderClassName
{
color: #B6A3CA;
}
.AnyTagClassName
{
color: #B6A3CA;
}
</style>
background-color css
<style>
a { background-color: #B6A3CA; }
a { background-color: rgb(182,163,202); }
div.DivClassName
{
background-color: #B6A3CA;
}
.BgClassName
{
background-color: #B6A3CA;
}
</style>
border-color css
<style>
span { border-color: #B6A3CA; }
span { border-color: rgb(182,163,202); }
td.TdClassName
{
border-color: #B6A3CA;
}
.TagClassName
{
border-color: #B6A3CA;
}
</style>