Shades of Biloba Flower #B0A2CE
Tints of Biloba Flower #B0A2CE
RGB
CMYK
RGB Variations
Color information
#B0A2CE (or 0xB0A2CE) is known color: Biloba Flower. HEX triplet: B0, A2 and CE. RGB value is (176,162,206). Sum of RGB (Red+Green+Blue) = 176+162+206=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 206 - color contains mainly: blue. Hex color #B0A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A2CE is #4F5D31. Grayscale: #ABABAB. Windows color (decimal): -5201202 or 13542064. OLE color: 13542064.
HSL color Cylindrical-coordinate representation of color #B0A2CE: hue angle of 259.09º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0A2CE is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 162 | 206 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.19 |
| HSL | 259.09º | 0.31% | 0.72% | - |
| HSV(B) | 259.09º | 0.21% | 0.81% | - |
| XYZ | 41.97 | 39.53 | 63.81 | - |
| YUV | 171.2 | 147.64 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 206 | 0.15 | 0.21 | 0 | 0.19 | 259.09 | 0.31 | 0.72 |
| Hex | B0 | A2 | CE | F | 15 | 0 | 13 | 103 | 1F | 48 |
| Octal | 260 | 242 | 316 | 17 | 25 | 0 | 23 | 403 | 37 | 110 |
| Binary | 10110000 | 10100010 | 11001110 | 1111 | 10101 | 0 | 10011 | 100000011 | 11111 | 1001000 |
Color Harmonies of #B0A2CE
Complementary color
Monochromatic Colors of #B0A2CE
Black with #B0A2CE
Text Example
Text Example
White with #B0A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A2CE; }
p { color: rgb(176,162,206); }
H1.HeaderClassName
{
color: #B0A2CE;
}
.AnyTagClassName
{
color: #B0A2CE;
}
</style>
background-color css
<style>
a { background-color: #B0A2CE; }
a { background-color: rgb(176,162,206); }
div.DivClassName
{
background-color: #B0A2CE;
}
.BgClassName
{
background-color: #B0A2CE;
}
</style>
border-color css
<style>
span { border-color: #B0A2CE; }
span { border-color: rgb(176,162,206); }
td.TdClassName
{
border-color: #B0A2CE;
}
.TagClassName
{
border-color: #B0A2CE;
}
</style>