Shades of Biloba Flower #B2A8DC
Tints of Biloba Flower #B2A8DC
RGB
CMYK
RGB Variations
Color information
#B2A8DC (or 0xB2A8DC) is known color: Biloba Flower. HEX triplet: B2, A8 and DC. RGB value is (178,168,220). Sum of RGB (Red+Green+Blue) = 178+168+220=566 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.45% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A8DC is #4D5723. Grayscale: #B0B0B0. Windows color (decimal): -5068580 or 14461106. OLE color: 14461106.
HSL color Cylindrical-coordinate representation of color #B2A8DC: hue angle of 251.54º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2A8DC is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 168 | 220 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.14 |
| HSL | 251.54º | 0.43% | 0.76% | - |
| HSV(B) | 251.54º | 0.24% | 0.86% | - |
| XYZ | 45.28 | 42.64 | 73.55 | - |
| YUV | 176.92 | 152.31 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 168 | 220 | 0.19 | 0.24 | 0 | 0.14 | 251.54 | 0.43 | 0.76 |
| Hex | B2 | A8 | DC | 13 | 18 | 0 | E | FC | 2B | 4C |
| Octal | 262 | 250 | 334 | 23 | 30 | 0 | 16 | 374 | 53 | 114 |
| Binary | 10110010 | 10101000 | 11011100 | 10011 | 11000 | 0 | 1110 | 11111100 | 101011 | 1001100 |
Color Harmonies of #B2A8DC
Complementary color
Monochromatic Colors of #B2A8DC
Black with #B2A8DC
Text Example
Text Example
White with #B2A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A8DC; }
p { color: rgb(178,168,220); }
H1.HeaderClassName
{
color: #B2A8DC;
}
.AnyTagClassName
{
color: #B2A8DC;
}
</style>
background-color css
<style>
a { background-color: #B2A8DC; }
a { background-color: rgb(178,168,220); }
div.DivClassName
{
background-color: #B2A8DC;
}
.BgClassName
{
background-color: #B2A8DC;
}
</style>
border-color css
<style>
span { border-color: #B2A8DC; }
span { border-color: rgb(178,168,220); }
td.TdClassName
{
border-color: #B2A8DC;
}
.TagClassName
{
border-color: #B2A8DC;
}
</style>