Shades of Biloba Flower #B0A5DC
Tints of Biloba Flower #B0A5DC
RGB
CMYK
RGB Variations
Color information
#B0A5DC (or 0xB0A5DC) is known color: Biloba Flower. HEX triplet: B0, A5 and DC. RGB value is (176,165,220). Sum of RGB (Red+Green+Blue) = 176+165+220=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 165 (64.84% from 255 or 29.41% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0A5DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A5DC is #4F5A23. Grayscale: #AEAEAE. Windows color (decimal): -5200420 or 14460336. OLE color: 14460336.
HSL color Cylindrical-coordinate representation of color #B0A5DC: hue angle of 252º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0A5DC is Cyan = 0.2, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 165 | 220 | - |
| CMYK | 0.2 | 0.25 | 0 | 0.14 |
| HSL | 252º | 0.44% | 0.75% | - |
| HSV(B) | 252º | 0.25% | 0.86% | - |
| XYZ | 44.28 | 41.31 | 73.35 | - |
| YUV | 174.56 | 153.64 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 165 | 220 | 0.2 | 0.25 | 0 | 0.14 | 252 | 0.44 | 0.75 |
| Hex | B0 | A5 | DC | 14 | 19 | 0 | E | FC | 2C | 4B |
| Octal | 260 | 245 | 334 | 24 | 31 | 0 | 16 | 374 | 54 | 113 |
| Binary | 10110000 | 10100101 | 11011100 | 10100 | 11001 | 0 | 1110 | 11111100 | 101100 | 1001011 |
Color Harmonies of #B0A5DC
Complementary color
Monochromatic Colors of #B0A5DC
Black with #B0A5DC
Text Example
Text Example
White with #B0A5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A5DC; }
p { color: rgb(176,165,220); }
H1.HeaderClassName
{
color: #B0A5DC;
}
.AnyTagClassName
{
color: #B0A5DC;
}
</style>
background-color css
<style>
a { background-color: #B0A5DC; }
a { background-color: rgb(176,165,220); }
div.DivClassName
{
background-color: #B0A5DC;
}
.BgClassName
{
background-color: #B0A5DC;
}
</style>
border-color css
<style>
span { border-color: #B0A5DC; }
span { border-color: rgb(176,165,220); }
td.TdClassName
{
border-color: #B0A5DC;
}
.TagClassName
{
border-color: #B0A5DC;
}
</style>