Shades of Biloba Flower #B6A6CE
Tints of Biloba Flower #B6A6CE
RGB
CMYK
RGB Variations
Color information
#B6A6CE (or 0xB6A6CE) is known color: Biloba Flower. HEX triplet: B6, A6 and CE. RGB value is (182,166,206). Sum of RGB (Red+Green+Blue) = 182+166+206=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 166 (65.23% from 255 or 29.96% 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 #B6A6CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A6CE is #495931. Grayscale: #AFAFAF. Windows color (decimal): -4806962 or 13543094. OLE color: 13543094.
HSL color Cylindrical-coordinate representation of color #B6A6CE: hue angle of 264º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6A6CE is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 166 | 206 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.19 |
| HSL | 264º | 0.29% | 0.73% | - |
| HSV(B) | 264º | 0.19% | 0.81% | - |
| XYZ | 44.07 | 41.67 | 64.11 | - |
| YUV | 175.34 | 145.3 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 166 | 206 | 0.12 | 0.19 | 0 | 0.19 | 264 | 0.29 | 0.73 |
| Hex | B6 | A6 | CE | C | 13 | 0 | 13 | 108 | 1D | 49 |
| Octal | 266 | 246 | 316 | 14 | 23 | 0 | 23 | 410 | 35 | 111 |
| Binary | 10110110 | 10100110 | 11001110 | 1100 | 10011 | 0 | 10011 | 100001000 | 11101 | 1001001 |
Color Harmonies of #B6A6CE
Complementary color
Monochromatic Colors of #B6A6CE
Black with #B6A6CE
Text Example
Text Example
White with #B6A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A6CE; }
p { color: rgb(182,166,206); }
H1.HeaderClassName
{
color: #B6A6CE;
}
.AnyTagClassName
{
color: #B6A6CE;
}
</style>
background-color css
<style>
a { background-color: #B6A6CE; }
a { background-color: rgb(182,166,206); }
div.DivClassName
{
background-color: #B6A6CE;
}
.BgClassName
{
background-color: #B6A6CE;
}
</style>
border-color css
<style>
span { border-color: #B6A6CE; }
span { border-color: rgb(182,166,206); }
td.TdClassName
{
border-color: #B6A6CE;
}
.TagClassName
{
border-color: #B6A6CE;
}
</style>