Shades of Biloba Flower #B1A9CB
Tints of Biloba Flower #B1A9CB
RGB
CMYK
RGB Variations
Color information
#B1A9CB (or 0xB1A9CB) is known color: Biloba Flower. HEX triplet: B1, A9 and CB. RGB value is (177,169,203). Sum of RGB (Red+Green+Blue) = 177+169+203=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1A9CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A9CB is #4E5634. Grayscale: #AFAFAF. Windows color (decimal): -5133877 or 13347249. OLE color: 13347249.
HSL color Cylindrical-coordinate representation of color #B1A9CB: hue angle of 254.12º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1A9CB is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 169 | 203 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.20 |
| HSL | 254.12º | 0.25% | 0.73% | - |
| HSV(B) | 254.12º | 0.17% | 0.8% | - |
| XYZ | 43.1 | 42.03 | 62.34 | - |
| YUV | 175.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 203 | 0.13 | 0.17 | 0 | 0.20 | 254.12 | 0.25 | 0.73 |
| Hex | B1 | A9 | CB | D | 11 | 0 | 14 | FE | 19 | 49 |
| Octal | 261 | 251 | 313 | 15 | 21 | 0 | 24 | 376 | 31 | 111 |
| Binary | 10110001 | 10101001 | 11001011 | 1101 | 10001 | 0 | 10100 | 11111110 | 11001 | 1001001 |
Color Harmonies of #B1A9CB
Complementary color
Monochromatic Colors of #B1A9CB
Black with #B1A9CB
Text Example
Text Example
White with #B1A9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A9CB; }
p { color: rgb(177,169,203); }
H1.HeaderClassName
{
color: #B1A9CB;
}
.AnyTagClassName
{
color: #B1A9CB;
}
</style>
background-color css
<style>
a { background-color: #B1A9CB; }
a { background-color: rgb(177,169,203); }
div.DivClassName
{
background-color: #B1A9CB;
}
.BgClassName
{
background-color: #B1A9CB;
}
</style>
border-color css
<style>
span { border-color: #B1A9CB; }
span { border-color: rgb(177,169,203); }
td.TdClassName
{
border-color: #B1A9CB;
}
.TagClassName
{
border-color: #B1A9CB;
}
</style>