Shades of Biloba Flower #B2A6DC
Tints of Biloba Flower #B2A6DC
RGB
CMYK
RGB Variations
Color information
#B2A6DC (or 0xB2A6DC) is known color: Biloba Flower. HEX triplet: B2, A6 and DC. RGB value is (178,166,220). Sum of RGB (Red+Green+Blue) = 178+166+220=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2A6DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A6DC is #4D5923. Grayscale: #AFAFAF. Windows color (decimal): -5069092 or 14460594. OLE color: 14460594.
HSL color Cylindrical-coordinate representation of color #B2A6DC: hue angle of 253.33º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2A6DC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 166 | 220 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.14 |
| HSL | 253.33º | 0.44% | 0.76% | - |
| HSV(B) | 253.33º | 0.25% | 0.86% | - |
| XYZ | 44.91 | 41.9 | 73.43 | - |
| YUV | 175.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 220 | 0.19 | 0.25 | 0 | 0.14 | 253.33 | 0.44 | 0.76 |
| Hex | B2 | A6 | DC | 13 | 19 | 0 | E | FD | 2C | 4C |
| Octal | 262 | 246 | 334 | 23 | 31 | 0 | 16 | 375 | 54 | 114 |
| Binary | 10110010 | 10100110 | 11011100 | 10011 | 11001 | 0 | 1110 | 11111101 | 101100 | 1001100 |
Color Harmonies of #B2A6DC
Complementary color
Monochromatic Colors of #B2A6DC
Black with #B2A6DC
Text Example
Text Example
White with #B2A6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A6DC; }
p { color: rgb(178,166,220); }
H1.HeaderClassName
{
color: #B2A6DC;
}
.AnyTagClassName
{
color: #B2A6DC;
}
</style>
background-color css
<style>
a { background-color: #B2A6DC; }
a { background-color: rgb(178,166,220); }
div.DivClassName
{
background-color: #B2A6DC;
}
.BgClassName
{
background-color: #B2A6DC;
}
</style>
border-color css
<style>
span { border-color: #B2A6DC; }
span { border-color: rgb(178,166,220); }
td.TdClassName
{
border-color: #B2A6DC;
}
.TagClassName
{
border-color: #B2A6DC;
}
</style>