Shades of Biloba Flower #B1A3C6
Tints of Biloba Flower #B1A3C6
RGB
CMYK
RGB Variations
Color information
#B1A3C6 (or 0xB1A3C6) is known color: Biloba Flower. HEX triplet: B1, A3 and C6. RGB value is (177,163,198). Sum of RGB (Red+Green+Blue) = 177+163+198=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 198 - color contains mainly: blue. Hex color #B1A3C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A3C6 is #4E5C39. Grayscale: #ABABAB. Windows color (decimal): -5135418 or 13018033. OLE color: 13018033.
HSL color Cylindrical-coordinate representation of color #B1A3C6: hue angle of 264º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1A3C6 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 163 | 198 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.22 |
| HSL | 264º | 0.23% | 0.71% | - |
| HSV(B) | 264º | 0.18% | 0.78% | - |
| XYZ | 41.42 | 39.62 | 58.89 | - |
| YUV | 171.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 163 | 198 | 0.11 | 0.18 | 0 | 0.22 | 264 | 0.23 | 0.71 |
| Hex | B1 | A3 | C6 | B | 12 | 0 | 16 | 108 | 17 | 47 |
| Octal | 261 | 243 | 306 | 13 | 22 | 0 | 26 | 410 | 27 | 107 |
| Binary | 10110001 | 10100011 | 11000110 | 1011 | 10010 | 0 | 10110 | 100001000 | 10111 | 1000111 |
Color Harmonies of #B1A3C6
Complementary color
Monochromatic Colors of #B1A3C6
Black with #B1A3C6
Text Example
Text Example
White with #B1A3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A3C6; }
p { color: rgb(177,163,198); }
H1.HeaderClassName
{
color: #B1A3C6;
}
.AnyTagClassName
{
color: #B1A3C6;
}
</style>
background-color css
<style>
a { background-color: #B1A3C6; }
a { background-color: rgb(177,163,198); }
div.DivClassName
{
background-color: #B1A3C6;
}
.BgClassName
{
background-color: #B1A3C6;
}
</style>
border-color css
<style>
span { border-color: #B1A3C6; }
span { border-color: rgb(177,163,198); }
td.TdClassName
{
border-color: #B1A3C6;
}
.TagClassName
{
border-color: #B1A3C6;
}
</style>