Shades of Biloba Flower #B0A6DF
Tints of Biloba Flower #B0A6DF
RGB
CMYK
RGB Variations
Color information
#B0A6DF (or 0xB0A6DF) is known color: Biloba Flower. HEX triplet: B0, A6 and DF. RGB value is (176,166,223). Sum of RGB (Red+Green+Blue) = 176+166+223=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0A6DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A6DF is #4F5920. Grayscale: #AFAFAF. Windows color (decimal): -5200161 or 14657200. OLE color: 14657200.
HSL color Cylindrical-coordinate representation of color #B0A6DF: hue angle of 250.53º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0A6DF is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 166 | 223 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.13 |
| HSL | 250.53º | 0.47% | 0.76% | - |
| HSV(B) | 250.53º | 0.26% | 0.87% | - |
| XYZ | 44.86 | 41.83 | 75.52 | - |
| YUV | 175.49 | 154.81 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 166 | 223 | 0.21 | 0.26 | 0 | 0.13 | 250.53 | 0.47 | 0.76 |
| Hex | B0 | A6 | DF | 15 | 1A | 0 | D | FB | 2F | 4C |
| Octal | 260 | 246 | 337 | 25 | 32 | 0 | 15 | 373 | 57 | 114 |
| Binary | 10110000 | 10100110 | 11011111 | 10101 | 11010 | 0 | 1101 | 11111011 | 101111 | 1001100 |
Color Harmonies of #B0A6DF
Complementary color
Monochromatic Colors of #B0A6DF
Black with #B0A6DF
Text Example
Text Example
White with #B0A6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A6DF; }
p { color: rgb(176,166,223); }
H1.HeaderClassName
{
color: #B0A6DF;
}
.AnyTagClassName
{
color: #B0A6DF;
}
</style>
background-color css
<style>
a { background-color: #B0A6DF; }
a { background-color: rgb(176,166,223); }
div.DivClassName
{
background-color: #B0A6DF;
}
.BgClassName
{
background-color: #B0A6DF;
}
</style>
border-color css
<style>
span { border-color: #B0A6DF; }
span { border-color: rgb(176,166,223); }
td.TdClassName
{
border-color: #B0A6DF;
}
.TagClassName
{
border-color: #B0A6DF;
}
</style>