Shades of Biloba Flower #B0A8CB
Tints of Biloba Flower #B0A8CB
RGB
CMYK
RGB Variations
Color information
#B0A8CB (or 0xB0A8CB) is known color: Biloba Flower. HEX triplet: B0, A8 and CB. RGB value is (176,168,203). Sum of RGB (Red+Green+Blue) = 176+168+203=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0A8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8CB is #4F5734. Grayscale: #AEAEAE. Windows color (decimal): -5199669 or 13346992. OLE color: 13346992.
HSL color Cylindrical-coordinate representation of color #B0A8CB: hue angle of 253.71º 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 #B0A8CB is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 176 | 168 | 203 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.20 |
| HSL | 253.71º | 0.25% | 0.73% | - |
| HSV(B) | 253.71º | 0.17% | 0.8% | - |
| XYZ | 42.69 | 41.55 | 62.27 | - |
| YUV | 174.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 168 | 203 | 0.13 | 0.17 | 0 | 0.20 | 253.71 | 0.25 | 0.73 |
| Hex | B0 | A8 | CB | D | 11 | 0 | 14 | FE | 19 | 49 |
| Octal | 260 | 250 | 313 | 15 | 21 | 0 | 24 | 376 | 31 | 111 |
| Binary | 10110000 | 10101000 | 11001011 | 1101 | 10001 | 0 | 10100 | 11111110 | 11001 | 1001001 |
Color Harmonies of #B0A8CB
Complementary color
Monochromatic Colors of #B0A8CB
Black with #B0A8CB
Text Example
Text Example
White with #B0A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0A8CB; }
p { color: rgb(176,168,203); }
H1.HeaderClassName
{
color: #B0A8CB;
}
.AnyTagClassName
{
color: #B0A8CB;
}
</style>
background-color css
<style>
a { background-color: #B0A8CB; }
a { background-color: rgb(176,168,203); }
div.DivClassName
{
background-color: #B0A8CB;
}
.BgClassName
{
background-color: #B0A8CB;
}
</style>
border-color css
<style>
span { border-color: #B0A8CB; }
span { border-color: rgb(176,168,203); }
td.TdClassName
{
border-color: #B0A8CB;
}
.TagClassName
{
border-color: #B0A8CB;
}
</style>