Shades of Biloba Flower #B6A8C6
Tints of Biloba Flower #B6A8C6
RGB
CMYK
RGB Variations
Color information
#B6A8C6 (or 0xB6A8C6) is known color: Biloba Flower. HEX triplet: B6, A8 and C6. RGB value is (182,168,198). Sum of RGB (Red+Green+Blue) = 182+168+198=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 198 - color contains mainly: blue. Hex color #B6A8C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A8C6 is #495739. Grayscale: #AFAFAF. Windows color (decimal): -4806458 or 13019318. OLE color: 13019318.
HSL color Cylindrical-coordinate representation of color #B6A8C6: hue angle of 268º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6A8C6 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 182 | 168 | 198 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.22 |
| HSL | 268º | 0.21% | 0.72% | - |
| HSV(B) | 268º | 0.15% | 0.78% | - |
| XYZ | 43.49 | 42.03 | 59.25 | - |
| YUV | 175.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 198 | 0.08 | 0.15 | 0 | 0.22 | 268 | 0.21 | 0.72 |
| Hex | B6 | A8 | C6 | 8 | F | 0 | 16 | 10C | 15 | 48 |
| Octal | 266 | 250 | 306 | 10 | 17 | 0 | 26 | 414 | 25 | 110 |
| Binary | 10110110 | 10101000 | 11000110 | 1000 | 1111 | 0 | 10110 | 100001100 | 10101 | 1001000 |
Color Harmonies of #B6A8C6
Complementary color
Monochromatic Colors of #B6A8C6
Black with #B6A8C6
Text Example
Text Example
White with #B6A8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A8C6; }
p { color: rgb(182,168,198); }
H1.HeaderClassName
{
color: #B6A8C6;
}
.AnyTagClassName
{
color: #B6A8C6;
}
</style>
background-color css
<style>
a { background-color: #B6A8C6; }
a { background-color: rgb(182,168,198); }
div.DivClassName
{
background-color: #B6A8C6;
}
.BgClassName
{
background-color: #B6A8C6;
}
</style>
border-color css
<style>
span { border-color: #B6A8C6; }
span { border-color: rgb(182,168,198); }
td.TdClassName
{
border-color: #B6A8C6;
}
.TagClassName
{
border-color: #B6A8C6;
}
</style>