Shades of Biloba Flower #B2A5C6
Tints of Biloba Flower #B2A5C6
RGB
CMYK
RGB Variations
Color information
#B2A5C6 (or 0xB2A5C6) is known color: Biloba Flower. HEX triplet: B2, A5 and C6. RGB value is (178,165,198). Sum of RGB (Red+Green+Blue) = 178+165+198=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 165 (64.84% from 255 or 30.50% from 541); Blue value is 198 (77.73% from 255 or 36.60% from 541); Max value from RGB is 198 - color contains mainly: blue. Hex color #B2A5C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A5C6 is #4D5A39. Grayscale: #ACACAC. Windows color (decimal): -5069370 or 13018546. OLE color: 13018546.
HSL color Cylindrical-coordinate representation of color #B2A5C6: hue angle of 263.64º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2A5C6 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 165 | 198 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.22 |
| HSL | 263.64º | 0.22% | 0.71% | - |
| HSV(B) | 263.64º | 0.17% | 0.78% | - |
| XYZ | 42.01 | 40.45 | 59.02 | - |
| YUV | 172.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 165 | 198 | 0.10 | 0.17 | 0 | 0.22 | 263.64 | 0.22 | 0.71 |
| Hex | B2 | A5 | C6 | A | 11 | 0 | 16 | 108 | 16 | 47 |
| Octal | 262 | 245 | 306 | 12 | 21 | 0 | 26 | 410 | 26 | 107 |
| Binary | 10110010 | 10100101 | 11000110 | 1010 | 10001 | 0 | 10110 | 100001000 | 10110 | 1000111 |
Color Harmonies of #B2A5C6
Complementary color
Monochromatic Colors of #B2A5C6
Black with #B2A5C6
Text Example
Text Example
White with #B2A5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A5C6; }
p { color: rgb(178,165,198); }
H1.HeaderClassName
{
color: #B2A5C6;
}
.AnyTagClassName
{
color: #B2A5C6;
}
</style>
background-color css
<style>
a { background-color: #B2A5C6; }
a { background-color: rgb(178,165,198); }
div.DivClassName
{
background-color: #B2A5C6;
}
.BgClassName
{
background-color: #B2A5C6;
}
</style>
border-color css
<style>
span { border-color: #B2A5C6; }
span { border-color: rgb(178,165,198); }
td.TdClassName
{
border-color: #B2A5C6;
}
.TagClassName
{
border-color: #B2A5C6;
}
</style>