Shades of Biloba Flower #B3A8CA
Tints of Biloba Flower #B3A8CA
RGB
CMYK
RGB Variations
Color information
#B3A8CA (or 0xB3A8CA) is known color: Biloba Flower. HEX triplet: B3, A8 and CA. RGB value is (179,168,202). Sum of RGB (Red+Green+Blue) = 179+168+202=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 168 (66.02% from 255 or 30.60% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #B3A8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A8CA is #4C5735. Grayscale: #AFAFAF. Windows color (decimal): -5003062 or 13281459. OLE color: 13281459.
HSL color Cylindrical-coordinate representation of color #B3A8CA: hue angle of 259.41º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3A8CA is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 168 | 202 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.21 |
| HSL | 259.41º | 0.24% | 0.73% | - |
| HSV(B) | 259.41º | 0.17% | 0.79% | - |
| XYZ | 43.25 | 41.85 | 61.68 | - |
| YUV | 175.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 202 | 0.11 | 0.17 | 0 | 0.21 | 259.41 | 0.24 | 0.73 |
| Hex | B3 | A8 | CA | B | 11 | 0 | 15 | 103 | 18 | 49 |
| Octal | 263 | 250 | 312 | 13 | 21 | 0 | 25 | 403 | 30 | 111 |
| Binary | 10110011 | 10101000 | 11001010 | 1011 | 10001 | 0 | 10101 | 100000011 | 11000 | 1001001 |
Color Harmonies of #B3A8CA
Complementary color
Monochromatic Colors of #B3A8CA
Black with #B3A8CA
Text Example
Text Example
White with #B3A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A8CA; }
p { color: rgb(179,168,202); }
H1.HeaderClassName
{
color: #B3A8CA;
}
.AnyTagClassName
{
color: #B3A8CA;
}
</style>
background-color css
<style>
a { background-color: #B3A8CA; }
a { background-color: rgb(179,168,202); }
div.DivClassName
{
background-color: #B3A8CA;
}
.BgClassName
{
background-color: #B3A8CA;
}
</style>
border-color css
<style>
span { border-color: #B3A8CA; }
span { border-color: rgb(179,168,202); }
td.TdClassName
{
border-color: #B3A8CA;
}
.TagClassName
{
border-color: #B3A8CA;
}
</style>