Shades of Biloba Flower #B295CE
Tints of Biloba Flower #B295CE
RGB
CMYK
RGB Variations
Color information
#B295CE (or 0xB295CE) is known color: Biloba Flower. HEX triplet: B2, 95 and CE. RGB value is (178,149,206). Sum of RGB (Red+Green+Blue) = 178+149+206=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #B295CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295CE is #4D6A31. Grayscale: #A3A3A3. Windows color (decimal): -5073458 or 13538738. OLE color: 13538738.
HSL color Cylindrical-coordinate representation of color #B295CE: hue angle of 270.53º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B295CE is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 149 | 206 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.19 |
| HSL | 270.53º | 0.37% | 0.7% | - |
| HSV(B) | 270.53º | 0.28% | 0.81% | - |
| XYZ | 40.25 | 35.42 | 63.11 | - |
| YUV | 164.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 149 | 206 | 0.14 | 0.28 | 0 | 0.19 | 270.53 | 0.37 | 0.7 |
| Hex | B2 | 95 | CE | E | 1C | 0 | 13 | 10F | 25 | 46 |
| Octal | 262 | 225 | 316 | 16 | 34 | 0 | 23 | 417 | 45 | 106 |
| Binary | 10110010 | 10010101 | 11001110 | 1110 | 11100 | 0 | 10011 | 100001111 | 100101 | 1000110 |
Color Harmonies of #B295CE
Complementary color
Monochromatic Colors of #B295CE
Black with #B295CE
Text Example
Text Example
White with #B295CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B295CE; }
p { color: rgb(178,149,206); }
H1.HeaderClassName
{
color: #B295CE;
}
.AnyTagClassName
{
color: #B295CE;
}
</style>
background-color css
<style>
a { background-color: #B295CE; }
a { background-color: rgb(178,149,206); }
div.DivClassName
{
background-color: #B295CE;
}
.BgClassName
{
background-color: #B295CE;
}
</style>
border-color css
<style>
span { border-color: #B295CE; }
span { border-color: rgb(178,149,206); }
td.TdClassName
{
border-color: #B295CE;
}
.TagClassName
{
border-color: #B295CE;
}
</style>