Shades of Biloba Flower #B6A8CB
Tints of Biloba Flower #B6A8CB
RGB
CMYK
RGB Variations
Color information
#B6A8CB (or 0xB6A8CB) is known color: Biloba Flower. HEX triplet: B6, A8 and CB. RGB value is (182,168,203). Sum of RGB (Red+Green+Blue) = 182+168+203=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A8CB is #495734. Grayscale: #B0B0B0. Windows color (decimal): -4806453 or 13346998. OLE color: 13346998.
HSL color Cylindrical-coordinate representation of color #B6A8CB: hue angle of 264º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6A8CB is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 168 | 203 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.20 |
| HSL | 264º | 0.25% | 0.73% | - |
| HSV(B) | 264º | 0.17% | 0.8% | - |
| XYZ | 44.07 | 42.26 | 62.33 | - |
| YUV | 176.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 203 | 0.10 | 0.17 | 0 | 0.20 | 264 | 0.25 | 0.73 |
| Hex | B6 | A8 | CB | A | 11 | 0 | 14 | 108 | 19 | 49 |
| Octal | 266 | 250 | 313 | 12 | 21 | 0 | 24 | 410 | 31 | 111 |
| Binary | 10110110 | 10101000 | 11001011 | 1010 | 10001 | 0 | 10100 | 100001000 | 11001 | 1001001 |
Color Harmonies of #B6A8CB
Complementary color
Monochromatic Colors of #B6A8CB
Black with #B6A8CB
Text Example
Text Example
White with #B6A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A8CB; }
p { color: rgb(182,168,203); }
H1.HeaderClassName
{
color: #B6A8CB;
}
.AnyTagClassName
{
color: #B6A8CB;
}
</style>
background-color css
<style>
a { background-color: #B6A8CB; }
a { background-color: rgb(182,168,203); }
div.DivClassName
{
background-color: #B6A8CB;
}
.BgClassName
{
background-color: #B6A8CB;
}
</style>
border-color css
<style>
span { border-color: #B6A8CB; }
span { border-color: rgb(182,168,203); }
td.TdClassName
{
border-color: #B6A8CB;
}
.TagClassName
{
border-color: #B6A8CB;
}
</style>