Shades of Biloba Flower #B6A4DE
Tints of Biloba Flower #B6A4DE
RGB
CMYK
RGB Variations
Color information
#B6A4DE (or 0xB6A4DE) is known color: Biloba Flower. HEX triplet: B6, A4 and DE. RGB value is (182,164,222). Sum of RGB (Red+Green+Blue) = 182+164+222=568 (75% of max value = 765). Red value is 182 (71.48% from 255 or 32.04% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6A4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A4DE is #495B21. Grayscale: #AFAFAF. Windows color (decimal): -4807458 or 14591158. OLE color: 14591158.
HSL color Cylindrical-coordinate representation of color #B6A4DE: hue angle of 258.62º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6A4DE is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 164 | 222 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.13 |
| HSL | 258.62º | 0.47% | 0.76% | - |
| HSV(B) | 258.62º | 0.26% | 0.87% | - |
| XYZ | 45.75 | 41.77 | 74.76 | - |
| YUV | 175.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 164 | 222 | 0.18 | 0.26 | 0 | 0.13 | 258.62 | 0.47 | 0.76 |
| Hex | B6 | A4 | DE | 12 | 1A | 0 | D | 103 | 2F | 4C |
| Octal | 266 | 244 | 336 | 22 | 32 | 0 | 15 | 403 | 57 | 114 |
| Binary | 10110110 | 10100100 | 11011110 | 10010 | 11010 | 0 | 1101 | 100000011 | 101111 | 1001100 |
Color Harmonies of #B6A4DE
Complementary color
Monochromatic Colors of #B6A4DE
Black with #B6A4DE
Text Example
Text Example
White with #B6A4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A4DE; }
p { color: rgb(182,164,222); }
H1.HeaderClassName
{
color: #B6A4DE;
}
.AnyTagClassName
{
color: #B6A4DE;
}
</style>
background-color css
<style>
a { background-color: #B6A4DE; }
a { background-color: rgb(182,164,222); }
div.DivClassName
{
background-color: #B6A4DE;
}
.BgClassName
{
background-color: #B6A4DE;
}
</style>
border-color css
<style>
span { border-color: #B6A4DE; }
span { border-color: rgb(182,164,222); }
td.TdClassName
{
border-color: #B6A4DE;
}
.TagClassName
{
border-color: #B6A4DE;
}
</style>