Shades of Biloba Flower #B1A8C2
Tints of Biloba Flower #B1A8C2
RGB
CMYK
RGB Variations
Color information
#B1A8C2 (or 0xB1A8C2) is known color: Biloba Flower. HEX triplet: B1, A8 and C2. RGB value is (177,168,194). Sum of RGB (Red+Green+Blue) = 177+168+194=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 168 (66.02% from 255 or 31.17% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: blue. Hex color #B1A8C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A8C2 is #4E573D. Grayscale: #ADADAD. Windows color (decimal): -5134142 or 12757169. OLE color: 12757169.
HSL color Cylindrical-coordinate representation of color #B1A8C2: hue angle of 260.77º 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 #B1A8C2 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 168 | 194 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.24 |
| HSL | 260.77º | 0.18% | 0.71% | - |
| HSV(B) | 260.77º | 0.13% | 0.76% | - |
| XYZ | 41.87 | 41.25 | 56.79 | - |
| YUV | 173.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 168 | 194 | 0.09 | 0.13 | 0 | 0.24 | 260.77 | 0.18 | 0.71 |
| Hex | B1 | A8 | C2 | 9 | D | 0 | 18 | 105 | 12 | 47 |
| Octal | 261 | 250 | 302 | 11 | 15 | 0 | 30 | 405 | 22 | 107 |
| Binary | 10110001 | 10101000 | 11000010 | 1001 | 1101 | 0 | 11000 | 100000101 | 10010 | 1000111 |
Color Harmonies of #B1A8C2
Complementary color
Monochromatic Colors of #B1A8C2
Black with #B1A8C2
Text Example
Text Example
White with #B1A8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A8C2; }
p { color: rgb(177,168,194); }
H1.HeaderClassName
{
color: #B1A8C2;
}
.AnyTagClassName
{
color: #B1A8C2;
}
</style>
background-color css
<style>
a { background-color: #B1A8C2; }
a { background-color: rgb(177,168,194); }
div.DivClassName
{
background-color: #B1A8C2;
}
.BgClassName
{
background-color: #B1A8C2;
}
</style>
border-color css
<style>
span { border-color: #B1A8C2; }
span { border-color: rgb(177,168,194); }
td.TdClassName
{
border-color: #B1A8C2;
}
.TagClassName
{
border-color: #B1A8C2;
}
</style>