Shades of Biloba Flower #B0A4C6
Tints of Biloba Flower #B0A4C6
RGB
CMYK
RGB Variations
Color information
#B0A4C6 (or 0xB0A4C6) is known color: Biloba Flower. HEX triplet: B0, A4 and C6. RGB value is (176,164,198). Sum of RGB (Red+Green+Blue) = 176+164+198=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 198 - color contains mainly: blue. Hex color #B0A4C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A4C6 is #4F5B39. Grayscale: #ABABAB. Windows color (decimal): -5200698 or 13018288. OLE color: 13018288.
HSL color Cylindrical-coordinate representation of color #B0A4C6: hue angle of 261.18º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0A4C6 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 164 | 198 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.22 |
| HSL | 261.18º | 0.23% | 0.71% | - |
| HSV(B) | 261.18º | 0.17% | 0.78% | - |
| XYZ | 41.37 | 39.86 | 58.94 | - |
| YUV | 171.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 164 | 198 | 0.11 | 0.17 | 0 | 0.22 | 261.18 | 0.23 | 0.71 |
| Hex | B0 | A4 | C6 | B | 11 | 0 | 16 | 105 | 17 | 47 |
| Octal | 260 | 244 | 306 | 13 | 21 | 0 | 26 | 405 | 27 | 107 |
| Binary | 10110000 | 10100100 | 11000110 | 1011 | 10001 | 0 | 10110 | 100000101 | 10111 | 1000111 |
Color Harmonies of #B0A4C6
Complementary color
Monochromatic Colors of #B0A4C6
Black with #B0A4C6
Text Example
Text Example
White with #B0A4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A4C6; }
p { color: rgb(176,164,198); }
H1.HeaderClassName
{
color: #B0A4C6;
}
.AnyTagClassName
{
color: #B0A4C6;
}
</style>
background-color css
<style>
a { background-color: #B0A4C6; }
a { background-color: rgb(176,164,198); }
div.DivClassName
{
background-color: #B0A4C6;
}
.BgClassName
{
background-color: #B0A4C6;
}
</style>
border-color css
<style>
span { border-color: #B0A4C6; }
span { border-color: rgb(176,164,198); }
td.TdClassName
{
border-color: #B0A4C6;
}
.TagClassName
{
border-color: #B0A4C6;
}
</style>