Shades of Biloba Flower #B3A1CE
Tints of Biloba Flower #B3A1CE
RGB
CMYK
RGB Variations
Color information
#B3A1CE (or 0xB3A1CE) is known color: Biloba Flower. HEX triplet: B3, A1 and CE. RGB value is (179,161,206). Sum of RGB (Red+Green+Blue) = 179+161+206=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #B3A1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A1CE is #4C5E31. Grayscale: #ABABAB. Windows color (decimal): -5004850 or 13541811. OLE color: 13541811.
HSL color Cylindrical-coordinate representation of color #B3A1CE: hue angle of 264º degrees, saturation: 0.31, 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 #B3A1CE is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 161 | 206 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.19 |
| HSL | 264º | 0.31% | 0.72% | - |
| HSV(B) | 264º | 0.22% | 0.81% | - |
| XYZ | 42.48 | 39.53 | 63.78 | - |
| YUV | 171.51 | 147.46 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 161 | 206 | 0.13 | 0.22 | 0 | 0.19 | 264 | 0.31 | 0.72 |
| Hex | B3 | A1 | CE | D | 16 | 0 | 13 | 108 | 1F | 48 |
| Octal | 263 | 241 | 316 | 15 | 26 | 0 | 23 | 410 | 37 | 110 |
| Binary | 10110011 | 10100001 | 11001110 | 1101 | 10110 | 0 | 10011 | 100001000 | 11111 | 1001000 |
Color Harmonies of #B3A1CE
Complementary color
Monochromatic Colors of #B3A1CE
Black with #B3A1CE
Text Example
Text Example
White with #B3A1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A1CE; }
p { color: rgb(179,161,206); }
H1.HeaderClassName
{
color: #B3A1CE;
}
.AnyTagClassName
{
color: #B3A1CE;
}
</style>
background-color css
<style>
a { background-color: #B3A1CE; }
a { background-color: rgb(179,161,206); }
div.DivClassName
{
background-color: #B3A1CE;
}
.BgClassName
{
background-color: #B3A1CE;
}
</style>
border-color css
<style>
span { border-color: #B3A1CE; }
span { border-color: rgb(179,161,206); }
td.TdClassName
{
border-color: #B3A1CE;
}
.TagClassName
{
border-color: #B3A1CE;
}
</style>