Shades of Biloba Flower #B2A1CF
Tints of Biloba Flower #B2A1CF
RGB
CMYK
RGB Variations
Color information
#B2A1CF (or 0xB2A1CF) is known color: Biloba Flower. HEX triplet: B2, A1 and CF. RGB value is (178,161,207). Sum of RGB (Red+Green+Blue) = 178+161+207=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2A1CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A1CF is #4D5E30. Grayscale: #ABABAB. Windows color (decimal): -5070385 or 13607346. OLE color: 13607346.
HSL color Cylindrical-coordinate representation of color #B2A1CF: hue angle of 262.17º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2A1CF is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 161 | 207 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.19 |
| HSL | 262.17º | 0.32% | 0.72% | - |
| HSV(B) | 262.17º | 0.22% | 0.81% | - |
| XYZ | 42.37 | 39.46 | 64.41 | - |
| YUV | 171.33 | 148.13 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 161 | 207 | 0.14 | 0.22 | 0 | 0.19 | 262.17 | 0.32 | 0.72 |
| Hex | B2 | A1 | CF | E | 16 | 0 | 13 | 106 | 20 | 48 |
| Octal | 262 | 241 | 317 | 16 | 26 | 0 | 23 | 406 | 40 | 110 |
| Binary | 10110010 | 10100001 | 11001111 | 1110 | 10110 | 0 | 10011 | 100000110 | 100000 | 1001000 |
Color Harmonies of #B2A1CF
Complementary color
Monochromatic Colors of #B2A1CF
Black with #B2A1CF
Text Example
Text Example
White with #B2A1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A1CF; }
p { color: rgb(178,161,207); }
H1.HeaderClassName
{
color: #B2A1CF;
}
.AnyTagClassName
{
color: #B2A1CF;
}
</style>
background-color css
<style>
a { background-color: #B2A1CF; }
a { background-color: rgb(178,161,207); }
div.DivClassName
{
background-color: #B2A1CF;
}
.BgClassName
{
background-color: #B2A1CF;
}
</style>
border-color css
<style>
span { border-color: #B2A1CF; }
span { border-color: rgb(178,161,207); }
td.TdClassName
{
border-color: #B2A1CF;
}
.TagClassName
{
border-color: #B2A1CF;
}
</style>