Shades of Biloba Flower #B2A3CD
Tints of Biloba Flower #B2A3CD
RGB
CMYK
RGB Variations
Color information
#B2A3CD (or 0xB2A3CD) is known color: Biloba Flower. HEX triplet: B2, A3 and CD. RGB value is (178,163,205). Sum of RGB (Red+Green+Blue) = 178+163+205=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #B2A3CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A3CD is #4D5C32. Grayscale: #ACACAC. Windows color (decimal): -5069875 or 13476786. OLE color: 13476786.
HSL color Cylindrical-coordinate representation of color #B2A3CD: hue angle of 261.43º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2A3CD is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 163 | 205 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.20 |
| HSL | 261.43º | 0.3% | 0.72% | - |
| HSV(B) | 261.43º | 0.2% | 0.8% | - |
| XYZ | 42.48 | 40.07 | 63.25 | - |
| YUV | 172.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 205 | 0.13 | 0.20 | 0 | 0.20 | 261.43 | 0.3 | 0.72 |
| Hex | B2 | A3 | CD | D | 14 | 0 | 14 | 105 | 1E | 48 |
| Octal | 262 | 243 | 315 | 15 | 24 | 0 | 24 | 405 | 36 | 110 |
| Binary | 10110010 | 10100011 | 11001101 | 1101 | 10100 | 0 | 10100 | 100000101 | 11110 | 1001000 |
Color Harmonies of #B2A3CD
Complementary color
Monochromatic Colors of #B2A3CD
Black with #B2A3CD
Text Example
Text Example
White with #B2A3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A3CD; }
p { color: rgb(178,163,205); }
H1.HeaderClassName
{
color: #B2A3CD;
}
.AnyTagClassName
{
color: #B2A3CD;
}
</style>
background-color css
<style>
a { background-color: #B2A3CD; }
a { background-color: rgb(178,163,205); }
div.DivClassName
{
background-color: #B2A3CD;
}
.BgClassName
{
background-color: #B2A3CD;
}
</style>
border-color css
<style>
span { border-color: #B2A3CD; }
span { border-color: rgb(178,163,205); }
td.TdClassName
{
border-color: #B2A3CD;
}
.TagClassName
{
border-color: #B2A3CD;
}
</style>