Shades of Biloba Flower #B0A2D6
Tints of Biloba Flower #B0A2D6
RGB
CMYK
RGB Variations
Color information
#B0A2D6 (or 0xB0A2D6) is known color: Biloba Flower. HEX triplet: B0, A2 and D6. RGB value is (176,162,214). Sum of RGB (Red+Green+Blue) = 176+162+214=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 214 - color contains mainly: blue. Hex color #B0A2D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A2D6 is #4F5D29. Grayscale: #ABABAB. Windows color (decimal): -5201194 or 14066352. OLE color: 14066352.
HSL color Cylindrical-coordinate representation of color #B0A2D6: hue angle of 256.15º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B0A2D6 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 162 | 214 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.16 |
| HSL | 256.15º | 0.39% | 0.74% | - |
| HSV(B) | 256.15º | 0.24% | 0.84% | - |
| XYZ | 42.96 | 39.93 | 69.06 | - |
| YUV | 172.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 162 | 214 | 0.18 | 0.24 | 0 | 0.16 | 256.15 | 0.39 | 0.74 |
| Hex | B0 | A2 | D6 | 12 | 18 | 0 | 10 | 100 | 27 | 4A |
| Octal | 260 | 242 | 326 | 22 | 30 | 0 | 20 | 400 | 47 | 112 |
| Binary | 10110000 | 10100010 | 11010110 | 10010 | 11000 | 0 | 10000 | 100000000 | 100111 | 1001010 |
Color Harmonies of #B0A2D6
Complementary color
Monochromatic Colors of #B0A2D6
Black with #B0A2D6
Text Example
Text Example
White with #B0A2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A2D6; }
p { color: rgb(176,162,214); }
H1.HeaderClassName
{
color: #B0A2D6;
}
.AnyTagClassName
{
color: #B0A2D6;
}
</style>
background-color css
<style>
a { background-color: #B0A2D6; }
a { background-color: rgb(176,162,214); }
div.DivClassName
{
background-color: #B0A2D6;
}
.BgClassName
{
background-color: #B0A2D6;
}
</style>
border-color css
<style>
span { border-color: #B0A2D6; }
span { border-color: rgb(176,162,214); }
td.TdClassName
{
border-color: #B0A2D6;
}
.TagClassName
{
border-color: #B0A2D6;
}
</style>