Shades of Biloba Flower #B3A8D0
Tints of Biloba Flower #B3A8D0
RGB
CMYK
RGB Variations
Color information
#B3A8D0 (or 0xB3A8D0) is known color: Biloba Flower. HEX triplet: B3, A8 and D0. RGB value is (179,168,208). Sum of RGB (Red+Green+Blue) = 179+168+208=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 208 (81.64% from 255 or 37.48% from 555); Max value from RGB is 208 - color contains mainly: blue. Hex color #B3A8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A8D0 is #4C572F. Grayscale: #AFAFAF. Windows color (decimal): -5003056 or 13674675. OLE color: 13674675.
HSL color Cylindrical-coordinate representation of color #B3A8D0: hue angle of 256.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B3A8D0 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 179 | 168 | 208 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.18 |
| HSL | 256.5º | 0.3% | 0.74% | - |
| HSV(B) | 256.5º | 0.19% | 0.82% | - |
| XYZ | 43.98 | 42.14 | 65.49 | - |
| YUV | 175.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 208 | 0.14 | 0.19 | 0 | 0.18 | 256.5 | 0.3 | 0.74 |
| Hex | B3 | A8 | D0 | E | 13 | 0 | 12 | 100 | 1E | 4A |
| Octal | 263 | 250 | 320 | 16 | 23 | 0 | 22 | 400 | 36 | 112 |
| Binary | 10110011 | 10101000 | 11010000 | 1110 | 10011 | 0 | 10010 | 100000000 | 11110 | 1001010 |
Color Harmonies of #B3A8D0
Complementary color
Monochromatic Colors of #B3A8D0
Black with #B3A8D0
Text Example
Text Example
White with #B3A8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A8D0; }
p { color: rgb(179,168,208); }
H1.HeaderClassName
{
color: #B3A8D0;
}
.AnyTagClassName
{
color: #B3A8D0;
}
</style>
background-color css
<style>
a { background-color: #B3A8D0; }
a { background-color: rgb(179,168,208); }
div.DivClassName
{
background-color: #B3A8D0;
}
.BgClassName
{
background-color: #B3A8D0;
}
</style>
border-color css
<style>
span { border-color: #B3A8D0; }
span { border-color: rgb(179,168,208); }
td.TdClassName
{
border-color: #B3A8D0;
}
.TagClassName
{
border-color: #B3A8D0;
}
</style>