Shades of Biloba Flower #B2A6D1
Tints of Biloba Flower #B2A6D1
RGB
CMYK
RGB Variations
Color information
#B2A6D1 (or 0xB2A6D1) is known color: Biloba Flower. HEX triplet: B2, A6 and D1. RGB value is (178,166,209). Sum of RGB (Red+Green+Blue) = 178+166+209=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 166 (65.23% from 255 or 30.02% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 209 - color contains mainly: blue. Hex color #B2A6D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A6D1 is #4D592E. Grayscale: #AEAEAE. Windows color (decimal): -5069103 or 13739698. OLE color: 13739698.
HSL color Cylindrical-coordinate representation of color #B2A6D1: hue angle of 256.74º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2A6D1 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 166 | 209 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.18 |
| HSL | 256.74º | 0.32% | 0.74% | - |
| HSV(B) | 256.74º | 0.21% | 0.82% | - |
| XYZ | 43.5 | 41.34 | 66.01 | - |
| YUV | 174.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 209 | 0.15 | 0.21 | 0 | 0.18 | 256.74 | 0.32 | 0.74 |
| Hex | B2 | A6 | D1 | F | 15 | 0 | 12 | 101 | 20 | 4A |
| Octal | 262 | 246 | 321 | 17 | 25 | 0 | 22 | 401 | 40 | 112 |
| Binary | 10110010 | 10100110 | 11010001 | 1111 | 10101 | 0 | 10010 | 100000001 | 100000 | 1001010 |
Color Harmonies of #B2A6D1
Complementary color
Monochromatic Colors of #B2A6D1
Black with #B2A6D1
Text Example
Text Example
White with #B2A6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A6D1; }
p { color: rgb(178,166,209); }
H1.HeaderClassName
{
color: #B2A6D1;
}
.AnyTagClassName
{
color: #B2A6D1;
}
</style>
background-color css
<style>
a { background-color: #B2A6D1; }
a { background-color: rgb(178,166,209); }
div.DivClassName
{
background-color: #B2A6D1;
}
.BgClassName
{
background-color: #B2A6D1;
}
</style>
border-color css
<style>
span { border-color: #B2A6D1; }
span { border-color: rgb(178,166,209); }
td.TdClassName
{
border-color: #B2A6D1;
}
.TagClassName
{
border-color: #B2A6D1;
}
</style>