Shades of Biloba Flower #B1A9C3
Tints of Biloba Flower #B1A9C3
RGB
CMYK
RGB Variations
Color information
#B1A9C3 (or 0xB1A9C3) is known color: Biloba Flower. HEX triplet: B1, A9 and C3. RGB value is (177,169,195). Sum of RGB (Red+Green+Blue) = 177+169+195=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 195 - color contains mainly: blue. Hex color #B1A9C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A9C3 is #4E563C. Grayscale: #AEAEAE. Windows color (decimal): -5133885 or 12822961. OLE color: 12822961.
HSL color Cylindrical-coordinate representation of color #B1A9C3: hue angle of 258.46º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1A9C3 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 169 | 195 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.24 |
| HSL | 258.46º | 0.18% | 0.71% | - |
| HSV(B) | 258.46º | 0.13% | 0.76% | - |
| XYZ | 42.17 | 41.66 | 57.45 | - |
| YUV | 174.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 169 | 195 | 0.09 | 0.13 | 0 | 0.24 | 258.46 | 0.18 | 0.71 |
| Hex | B1 | A9 | C3 | 9 | D | 0 | 18 | 102 | 12 | 47 |
| Octal | 261 | 251 | 303 | 11 | 15 | 0 | 30 | 402 | 22 | 107 |
| Binary | 10110001 | 10101001 | 11000011 | 1001 | 1101 | 0 | 11000 | 100000010 | 10010 | 1000111 |
Color Harmonies of #B1A9C3
Complementary color
Monochromatic Colors of #B1A9C3
Black with #B1A9C3
Text Example
Text Example
White with #B1A9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A9C3; }
p { color: rgb(177,169,195); }
H1.HeaderClassName
{
color: #B1A9C3;
}
.AnyTagClassName
{
color: #B1A9C3;
}
</style>
background-color css
<style>
a { background-color: #B1A9C3; }
a { background-color: rgb(177,169,195); }
div.DivClassName
{
background-color: #B1A9C3;
}
.BgClassName
{
background-color: #B1A9C3;
}
</style>
border-color css
<style>
span { border-color: #B1A9C3; }
span { border-color: rgb(177,169,195); }
td.TdClassName
{
border-color: #B1A9C3;
}
.TagClassName
{
border-color: #B1A9C3;
}
</style>