Shades of Biloba Flower #B3A8D8
Tints of Biloba Flower #B3A8D8
RGB
CMYK
RGB Variations
Color information
#B3A8D8 (or 0xB3A8D8) is known color: Biloba Flower. HEX triplet: B3, A8 and D8. RGB value is (179,168,216). Sum of RGB (Red+Green+Blue) = 179+168+216=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 216 (84.77% from 255 or 38.37% from 563); Max value from RGB is 216 - color contains mainly: blue. Hex color #B3A8D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A8D8 is #4C5727. Grayscale: #B0B0B0. Windows color (decimal): -5003048 or 14198963. OLE color: 14198963.
HSL color Cylindrical-coordinate representation of color #B3A8D8: hue angle of 253.75º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3A8D8 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 168 | 216 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.15 |
| HSL | 253.75º | 0.38% | 0.75% | - |
| HSV(B) | 253.75º | 0.22% | 0.85% | - |
| XYZ | 44.99 | 42.55 | 70.81 | - |
| YUV | 176.76 | 150.14 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 216 | 0.17 | 0.22 | 0 | 0.15 | 253.75 | 0.38 | 0.75 |
| Hex | B3 | A8 | D8 | 11 | 16 | 0 | F | FE | 26 | 4B |
| Octal | 263 | 250 | 330 | 21 | 26 | 0 | 17 | 376 | 46 | 113 |
| Binary | 10110011 | 10101000 | 11011000 | 10001 | 10110 | 0 | 1111 | 11111110 | 100110 | 1001011 |
Color Harmonies of #B3A8D8
Complementary color
Monochromatic Colors of #B3A8D8
Black with #B3A8D8
Text Example
Text Example
White with #B3A8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A8D8; }
p { color: rgb(179,168,216); }
H1.HeaderClassName
{
color: #B3A8D8;
}
.AnyTagClassName
{
color: #B3A8D8;
}
</style>
background-color css
<style>
a { background-color: #B3A8D8; }
a { background-color: rgb(179,168,216); }
div.DivClassName
{
background-color: #B3A8D8;
}
.BgClassName
{
background-color: #B3A8D8;
}
</style>
border-color css
<style>
span { border-color: #B3A8D8; }
span { border-color: rgb(179,168,216); }
td.TdClassName
{
border-color: #B3A8D8;
}
.TagClassName
{
border-color: #B3A8D8;
}
</style>