Shades of Biloba Flower #B297CE
Tints of Biloba Flower #B297CE
RGB
CMYK
RGB Variations
Color information
#B297CE (or 0xB297CE) is known color: Biloba Flower. HEX triplet: B2, 97 and CE. RGB value is (178,151,206). Sum of RGB (Red+Green+Blue) = 178+151+206=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 151 (59.38% from 255 or 28.22% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #B297CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297CE is #4D6831. Grayscale: #A5A5A5. Windows color (decimal): -5072946 or 13539250. OLE color: 13539250.
HSL color Cylindrical-coordinate representation of color #B297CE: hue angle of 269.45º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B297CE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 151 | 206 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.19 |
| HSL | 269.45º | 0.36% | 0.7% | - |
| HSV(B) | 269.45º | 0.27% | 0.81% | - |
| XYZ | 40.57 | 36.05 | 63.21 | - |
| YUV | 165.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 206 | 0.14 | 0.27 | 0 | 0.19 | 269.45 | 0.36 | 0.7 |
| Hex | B2 | 97 | CE | E | 1B | 0 | 13 | 10D | 24 | 46 |
| Octal | 262 | 227 | 316 | 16 | 33 | 0 | 23 | 415 | 44 | 106 |
| Binary | 10110010 | 10010111 | 11001110 | 1110 | 11011 | 0 | 10011 | 100001101 | 100100 | 1000110 |
Color Harmonies of #B297CE
Complementary color
Monochromatic Colors of #B297CE
Black with #B297CE
Text Example
Text Example
White with #B297CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B297CE; }
p { color: rgb(178,151,206); }
H1.HeaderClassName
{
color: #B297CE;
}
.AnyTagClassName
{
color: #B297CE;
}
</style>
background-color css
<style>
a { background-color: #B297CE; }
a { background-color: rgb(178,151,206); }
div.DivClassName
{
background-color: #B297CE;
}
.BgClassName
{
background-color: #B297CE;
}
</style>
border-color css
<style>
span { border-color: #B297CE; }
span { border-color: rgb(178,151,206); }
td.TdClassName
{
border-color: #B297CE;
}
.TagClassName
{
border-color: #B297CE;
}
</style>