Shades of Biloba Flower #B3A9CD
Tints of Biloba Flower #B3A9CD
RGB
CMYK
RGB Variations
Color information
#B3A9CD (or 0xB3A9CD) is known color: Biloba Flower. HEX triplet: B3, A9 and CD. RGB value is (179,169,205). Sum of RGB (Red+Green+Blue) = 179+169+205=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 169 (66.41% from 255 or 30.56% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #B3A9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A9CD is #4C5632. Grayscale: #AFAFAF. Windows color (decimal): -5002803 or 13478323. OLE color: 13478323.
HSL color Cylindrical-coordinate representation of color #B3A9CD: hue angle of 256.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B3A9CD is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 169 | 205 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.20 |
| HSL | 256.67º | 0.26% | 0.73% | - |
| HSV(B) | 256.67º | 0.18% | 0.8% | - |
| XYZ | 43.8 | 42.37 | 63.63 | - |
| YUV | 176.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 169 | 205 | 0.13 | 0.18 | 0 | 0.20 | 256.67 | 0.26 | 0.73 |
| Hex | B3 | A9 | CD | D | 12 | 0 | 14 | 101 | 1A | 49 |
| Octal | 263 | 251 | 315 | 15 | 22 | 0 | 24 | 401 | 32 | 111 |
| Binary | 10110011 | 10101001 | 11001101 | 1101 | 10010 | 0 | 10100 | 100000001 | 11010 | 1001001 |
Color Harmonies of #B3A9CD
Complementary color
Monochromatic Colors of #B3A9CD
Black with #B3A9CD
Text Example
Text Example
White with #B3A9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A9CD; }
p { color: rgb(179,169,205); }
H1.HeaderClassName
{
color: #B3A9CD;
}
.AnyTagClassName
{
color: #B3A9CD;
}
</style>
background-color css
<style>
a { background-color: #B3A9CD; }
a { background-color: rgb(179,169,205); }
div.DivClassName
{
background-color: #B3A9CD;
}
.BgClassName
{
background-color: #B3A9CD;
}
</style>
border-color css
<style>
span { border-color: #B3A9CD; }
span { border-color: rgb(179,169,205); }
td.TdClassName
{
border-color: #B3A9CD;
}
.TagClassName
{
border-color: #B3A9CD;
}
</style>