Shades of Biloba Flower #B2A5D0
Tints of Biloba Flower #B2A5D0
RGB
CMYK
RGB Variations
Color information
#B2A5D0 (or 0xB2A5D0) is known color: Biloba Flower. HEX triplet: B2, A5 and D0. RGB value is (178,165,208). Sum of RGB (Red+Green+Blue) = 178+165+208=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 165 (64.84% from 255 or 29.95% from 551); Blue value is 208 (81.64% from 255 or 37.75% from 551); Max value from RGB is 208 - color contains mainly: blue. Hex color #B2A5D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A5D0 is #4D5A2F. Grayscale: #ADADAD. Windows color (decimal): -5069360 or 13673906. OLE color: 13673906.
HSL color Cylindrical-coordinate representation of color #B2A5D0: hue angle of 258.14º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2A5D0 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 165 | 208 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.18 |
| HSL | 258.14º | 0.31% | 0.73% | - |
| HSV(B) | 258.14º | 0.21% | 0.82% | - |
| XYZ | 43.2 | 40.93 | 65.3 | - |
| YUV | 173.79 | 147.31 | 131 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 165 | 208 | 0.14 | 0.21 | 0 | 0.18 | 258.14 | 0.31 | 0.73 |
| Hex | B2 | A5 | D0 | E | 15 | 0 | 12 | 102 | 1F | 49 |
| Octal | 262 | 245 | 320 | 16 | 25 | 0 | 22 | 402 | 37 | 111 |
| Binary | 10110010 | 10100101 | 11010000 | 1110 | 10101 | 0 | 10010 | 100000010 | 11111 | 1001001 |
Color Harmonies of #B2A5D0
Complementary color
Monochromatic Colors of #B2A5D0
Black with #B2A5D0
Text Example
Text Example
White with #B2A5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A5D0; }
p { color: rgb(178,165,208); }
H1.HeaderClassName
{
color: #B2A5D0;
}
.AnyTagClassName
{
color: #B2A5D0;
}
</style>
background-color css
<style>
a { background-color: #B2A5D0; }
a { background-color: rgb(178,165,208); }
div.DivClassName
{
background-color: #B2A5D0;
}
.BgClassName
{
background-color: #B2A5D0;
}
</style>
border-color css
<style>
span { border-color: #B2A5D0; }
span { border-color: rgb(178,165,208); }
td.TdClassName
{
border-color: #B2A5D0;
}
.TagClassName
{
border-color: #B2A5D0;
}
</style>