Shades of Biloba Flower #B6A1DE
Tints of Biloba Flower #B6A1DE
RGB
CMYK
RGB Variations
Color information
#B6A1DE (or 0xB6A1DE) is known color: Biloba Flower. HEX triplet: B6, A1 and DE. RGB value is (182,161,222). Sum of RGB (Red+Green+Blue) = 182+161+222=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6A1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A1DE is #495E21. Grayscale: #AEAEAE. Windows color (decimal): -4808226 or 14590390. OLE color: 14590390.
HSL color Cylindrical-coordinate representation of color #B6A1DE: hue angle of 260.66º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6A1DE is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 161 | 222 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.13 |
| HSL | 260.66º | 0.48% | 0.75% | - |
| HSV(B) | 260.66º | 0.27% | 0.87% | - |
| XYZ | 45.22 | 40.71 | 74.58 | - |
| YUV | 174.23 | 154.96 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 161 | 222 | 0.18 | 0.27 | 0 | 0.13 | 260.66 | 0.48 | 0.75 |
| Hex | B6 | A1 | DE | 12 | 1B | 0 | D | 105 | 30 | 4B |
| Octal | 266 | 241 | 336 | 22 | 33 | 0 | 15 | 405 | 60 | 113 |
| Binary | 10110110 | 10100001 | 11011110 | 10010 | 11011 | 0 | 1101 | 100000101 | 110000 | 1001011 |
Color Harmonies of #B6A1DE
Complementary color
Monochromatic Colors of #B6A1DE
Black with #B6A1DE
Text Example
Text Example
White with #B6A1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A1DE; }
p { color: rgb(182,161,222); }
H1.HeaderClassName
{
color: #B6A1DE;
}
.AnyTagClassName
{
color: #B6A1DE;
}
</style>
background-color css
<style>
a { background-color: #B6A1DE; }
a { background-color: rgb(182,161,222); }
div.DivClassName
{
background-color: #B6A1DE;
}
.BgClassName
{
background-color: #B6A1DE;
}
</style>
border-color css
<style>
span { border-color: #B6A1DE; }
span { border-color: rgb(182,161,222); }
td.TdClassName
{
border-color: #B6A1DE;
}
.TagClassName
{
border-color: #B6A1DE;
}
</style>