Shades of Biloba Flower #B295D0
Tints of Biloba Flower #B295D0
RGB
CMYK
RGB Variations
Color information
#B295D0 (or 0xB295D0) is known color: Biloba Flower. HEX triplet: B2, 95 and D0. RGB value is (178,149,208). Sum of RGB (Red+Green+Blue) = 178+149+208=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #B295D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295D0 is #4D6A2F. Grayscale: #A4A4A4. Windows color (decimal): -5073456 or 13669810. OLE color: 13669810.
HSL color Cylindrical-coordinate representation of color #B295D0: hue angle of 269.49º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B295D0 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 149 | 208 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.18 |
| HSL | 269.49º | 0.39% | 0.7% | - |
| HSV(B) | 269.49º | 0.28% | 0.82% | - |
| XYZ | 40.49 | 35.51 | 64.4 | - |
| YUV | 164.4 | 152.61 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 149 | 208 | 0.14 | 0.28 | 0 | 0.18 | 269.49 | 0.39 | 0.7 |
| Hex | B2 | 95 | D0 | E | 1C | 0 | 12 | 10D | 27 | 46 |
| Octal | 262 | 225 | 320 | 16 | 34 | 0 | 22 | 415 | 47 | 106 |
| Binary | 10110010 | 10010101 | 11010000 | 1110 | 11100 | 0 | 10010 | 100001101 | 100111 | 1000110 |
Color Harmonies of #B295D0
Complementary color
Monochromatic Colors of #B295D0
Black with #B295D0
Text Example
Text Example
White with #B295D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B295D0; }
p { color: rgb(178,149,208); }
H1.HeaderClassName
{
color: #B295D0;
}
.AnyTagClassName
{
color: #B295D0;
}
</style>
background-color css
<style>
a { background-color: #B295D0; }
a { background-color: rgb(178,149,208); }
div.DivClassName
{
background-color: #B295D0;
}
.BgClassName
{
background-color: #B295D0;
}
</style>
border-color css
<style>
span { border-color: #B295D0; }
span { border-color: rgb(178,149,208); }
td.TdClassName
{
border-color: #B295D0;
}
.TagClassName
{
border-color: #B295D0;
}
</style>