Shades of Biloba Flower #B0A1C4
Tints of Biloba Flower #B0A1C4
RGB
CMYK
RGB Variations
Color information
#B0A1C4 (or 0xB0A1C4) is known color: Biloba Flower. HEX triplet: B0, A1 and C4. RGB value is (176,161,196). Sum of RGB (Red+Green+Blue) = 176+161+196=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 161 (63.28% from 255 or 30.21% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 196 - color contains mainly: blue. Hex color #B0A1C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A1C4 is #4F5E3B. Grayscale: #A9A9A9. Windows color (decimal): -5201468 or 12886448. OLE color: 12886448.
HSL color Cylindrical-coordinate representation of color #B0A1C4: hue angle of 265.71º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0A1C4 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 176 | 161 | 196 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.23 |
| HSL | 265.71º | 0.23% | 0.7% | - |
| HSV(B) | 265.71º | 0.18% | 0.77% | - |
| XYZ | 40.61 | 38.71 | 57.55 | - |
| YUV | 169.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 161 | 196 | 0.10 | 0.18 | 0 | 0.23 | 265.71 | 0.23 | 0.7 |
| Hex | B0 | A1 | C4 | A | 12 | 0 | 17 | 10A | 17 | 46 |
| Octal | 260 | 241 | 304 | 12 | 22 | 0 | 27 | 412 | 27 | 106 |
| Binary | 10110000 | 10100001 | 11000100 | 1010 | 10010 | 0 | 10111 | 100001010 | 10111 | 1000110 |
Color Harmonies of #B0A1C4
Complementary color
Monochromatic Colors of #B0A1C4
Black with #B0A1C4
Text Example
Text Example
White with #B0A1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A1C4; }
p { color: rgb(176,161,196); }
H1.HeaderClassName
{
color: #B0A1C4;
}
.AnyTagClassName
{
color: #B0A1C4;
}
</style>
background-color css
<style>
a { background-color: #B0A1C4; }
a { background-color: rgb(176,161,196); }
div.DivClassName
{
background-color: #B0A1C4;
}
.BgClassName
{
background-color: #B0A1C4;
}
</style>
border-color css
<style>
span { border-color: #B0A1C4; }
span { border-color: rgb(176,161,196); }
td.TdClassName
{
border-color: #B0A1C4;
}
.TagClassName
{
border-color: #B0A1C4;
}
</style>