Shades of Biloba Flower #B3A9CE
Tints of Biloba Flower #B3A9CE
RGB
CMYK
RGB Variations
Color information
#B3A9CE (or 0xB3A9CE) is known color: Biloba Flower. HEX triplet: B3, A9 and CE. RGB value is (179,169,206). Sum of RGB (Red+Green+Blue) = 179+169+206=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3A9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A9CE is #4C5631. Grayscale: #B0B0B0. Windows color (decimal): -5002802 or 13543859. OLE color: 13543859.
HSL color Cylindrical-coordinate representation of color #B3A9CE: hue angle of 256.22º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3A9CE is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 169 | 206 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.19 |
| HSL | 256.22º | 0.27% | 0.74% | - |
| HSV(B) | 256.22º | 0.18% | 0.81% | - |
| XYZ | 43.92 | 42.42 | 64.26 | - |
| YUV | 176.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 169 | 206 | 0.13 | 0.18 | 0 | 0.19 | 256.22 | 0.27 | 0.74 |
| Hex | B3 | A9 | CE | D | 12 | 0 | 13 | 100 | 1B | 4A |
| Octal | 263 | 251 | 316 | 15 | 22 | 0 | 23 | 400 | 33 | 112 |
| Binary | 10110011 | 10101001 | 11001110 | 1101 | 10010 | 0 | 10011 | 100000000 | 11011 | 1001010 |
Color Harmonies of #B3A9CE
Complementary color
Monochromatic Colors of #B3A9CE
Black with #B3A9CE
Text Example
Text Example
White with #B3A9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A9CE; }
p { color: rgb(179,169,206); }
H1.HeaderClassName
{
color: #B3A9CE;
}
.AnyTagClassName
{
color: #B3A9CE;
}
</style>
background-color css
<style>
a { background-color: #B3A9CE; }
a { background-color: rgb(179,169,206); }
div.DivClassName
{
background-color: #B3A9CE;
}
.BgClassName
{
background-color: #B3A9CE;
}
</style>
border-color css
<style>
span { border-color: #B3A9CE; }
span { border-color: rgb(179,169,206); }
td.TdClassName
{
border-color: #B3A9CE;
}
.TagClassName
{
border-color: #B3A9CE;
}
</style>