Shades of Biloba Flower #B3A8CB
Tints of Biloba Flower #B3A8CB
RGB
CMYK
RGB Variations
Color information
#B3A8CB (or 0xB3A8CB) is known color: Biloba Flower. HEX triplet: B3, A8 and CB. RGB value is (179,168,203). Sum of RGB (Red+Green+Blue) = 179+168+203=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 168 (66.02% from 255 or 30.55% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #B3A8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A8CB is #4C5734. Grayscale: #AFAFAF. Windows color (decimal): -5003061 or 13346995. OLE color: 13346995.
HSL color Cylindrical-coordinate representation of color #B3A8CB: hue angle of 258.86º 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 #B3A8CB is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 168 | 203 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.20 |
| HSL | 258.86º | 0.25% | 0.73% | - |
| HSV(B) | 258.86º | 0.17% | 0.8% | - |
| XYZ | 43.37 | 41.9 | 62.3 | - |
| YUV | 175.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 203 | 0.12 | 0.17 | 0 | 0.20 | 258.86 | 0.25 | 0.73 |
| Hex | B3 | A8 | CB | C | 11 | 0 | 14 | 103 | 19 | 49 |
| Octal | 263 | 250 | 313 | 14 | 21 | 0 | 24 | 403 | 31 | 111 |
| Binary | 10110011 | 10101000 | 11001011 | 1100 | 10001 | 0 | 10100 | 100000011 | 11001 | 1001001 |
Color Harmonies of #B3A8CB
Complementary color
Monochromatic Colors of #B3A8CB
Black with #B3A8CB
Text Example
Text Example
White with #B3A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A8CB; }
p { color: rgb(179,168,203); }
H1.HeaderClassName
{
color: #B3A8CB;
}
.AnyTagClassName
{
color: #B3A8CB;
}
</style>
background-color css
<style>
a { background-color: #B3A8CB; }
a { background-color: rgb(179,168,203); }
div.DivClassName
{
background-color: #B3A8CB;
}
.BgClassName
{
background-color: #B3A8CB;
}
</style>
border-color css
<style>
span { border-color: #B3A8CB; }
span { border-color: rgb(179,168,203); }
td.TdClassName
{
border-color: #B3A8CB;
}
.TagClassName
{
border-color: #B3A8CB;
}
</style>