Shades of Biloba Flower #B1A4C6
Tints of Biloba Flower #B1A4C6
RGB
CMYK
RGB Variations
Color information
#B1A4C6 (or 0xB1A4C6) is known color: Biloba Flower. HEX triplet: B1, A4 and C6. RGB value is (177,164,198). Sum of RGB (Red+Green+Blue) = 177+164+198=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 198 - color contains mainly: blue. Hex color #B1A4C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A4C6 is #4E5B39. Grayscale: #ABABAB. Windows color (decimal): -5135162 or 13018289. OLE color: 13018289.
HSL color Cylindrical-coordinate representation of color #B1A4C6: hue angle of 262.94º degrees, saturation: 0.23, 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 #B1A4C6 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 164 | 198 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.22 |
| HSL | 262.94º | 0.23% | 0.71% | - |
| HSV(B) | 262.94º | 0.17% | 0.78% | - |
| XYZ | 41.6 | 39.98 | 58.95 | - |
| YUV | 171.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 164 | 198 | 0.11 | 0.17 | 0 | 0.22 | 262.94 | 0.23 | 0.71 |
| Hex | B1 | A4 | C6 | B | 11 | 0 | 16 | 107 | 17 | 47 |
| Octal | 261 | 244 | 306 | 13 | 21 | 0 | 26 | 407 | 27 | 107 |
| Binary | 10110001 | 10100100 | 11000110 | 1011 | 10001 | 0 | 10110 | 100000111 | 10111 | 1000111 |
Color Harmonies of #B1A4C6
Complementary color
Monochromatic Colors of #B1A4C6
Black with #B1A4C6
Text Example
Text Example
White with #B1A4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A4C6; }
p { color: rgb(177,164,198); }
H1.HeaderClassName
{
color: #B1A4C6;
}
.AnyTagClassName
{
color: #B1A4C6;
}
</style>
background-color css
<style>
a { background-color: #B1A4C6; }
a { background-color: rgb(177,164,198); }
div.DivClassName
{
background-color: #B1A4C6;
}
.BgClassName
{
background-color: #B1A4C6;
}
</style>
border-color css
<style>
span { border-color: #B1A4C6; }
span { border-color: rgb(177,164,198); }
td.TdClassName
{
border-color: #B1A4C6;
}
.TagClassName
{
border-color: #B1A4C6;
}
</style>