Shades of Biloba Flower #B3A6C8
Tints of Biloba Flower #B3A6C8
RGB
CMYK
RGB Variations
Color information
#B3A6C8 (or 0xB3A6C8) is known color: Biloba Flower. HEX triplet: B3, A6 and C8. RGB value is (179,166,200). Sum of RGB (Red+Green+Blue) = 179+166+200=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 200 - color contains mainly: blue. Hex color #B3A6C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A6C8 is #4C5937. Grayscale: #ADADAD. Windows color (decimal): -5003576 or 13149875. OLE color: 13149875.
HSL color Cylindrical-coordinate representation of color #B3A6C8: hue angle of 262.94º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B3A6C8 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 166 | 200 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.22 |
| HSL | 262.94º | 0.24% | 0.72% | - |
| HSV(B) | 262.94º | 0.17% | 0.78% | - |
| XYZ | 42.65 | 41.03 | 60.31 | - |
| YUV | 173.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 166 | 200 | 0.10 | 0.17 | 0 | 0.22 | 262.94 | 0.24 | 0.72 |
| Hex | B3 | A6 | C8 | A | 11 | 0 | 16 | 107 | 18 | 48 |
| Octal | 263 | 246 | 310 | 12 | 21 | 0 | 26 | 407 | 30 | 110 |
| Binary | 10110011 | 10100110 | 11001000 | 1010 | 10001 | 0 | 10110 | 100000111 | 11000 | 1001000 |
Color Harmonies of #B3A6C8
Complementary color
Monochromatic Colors of #B3A6C8
Black with #B3A6C8
Text Example
Text Example
White with #B3A6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A6C8; }
p { color: rgb(179,166,200); }
H1.HeaderClassName
{
color: #B3A6C8;
}
.AnyTagClassName
{
color: #B3A6C8;
}
</style>
background-color css
<style>
a { background-color: #B3A6C8; }
a { background-color: rgb(179,166,200); }
div.DivClassName
{
background-color: #B3A6C8;
}
.BgClassName
{
background-color: #B3A6C8;
}
</style>
border-color css
<style>
span { border-color: #B3A6C8; }
span { border-color: rgb(179,166,200); }
td.TdClassName
{
border-color: #B3A6C8;
}
.TagClassName
{
border-color: #B3A6C8;
}
</style>