Shades of Biloba Flower #B497CE
Tints of Biloba Flower #B497CE
RGB
CMYK
RGB Variations
Color information
#B497CE (or 0xB497CE) is known color: Biloba Flower. HEX triplet: B4, 97 and CE. RGB value is (180,151,206). Sum of RGB (Red+Green+Blue) = 180+151+206=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 206 - color contains mainly: blue. Hex color #B497CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497CE is #4B6831. Grayscale: #A5A5A5. Windows color (decimal): -4941874 or 13539252. OLE color: 13539252.
HSL color Cylindrical-coordinate representation of color #B497CE: hue angle of 271.64º 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 #B497CE is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 151 | 206 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.19 |
| HSL | 271.64º | 0.36% | 0.7% | - |
| HSV(B) | 271.64º | 0.27% | 0.81% | - |
| XYZ | 41.03 | 36.29 | 63.24 | - |
| YUV | 165.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 206 | 0.13 | 0.27 | 0 | 0.19 | 271.64 | 0.36 | 0.7 |
| Hex | B4 | 97 | CE | D | 1B | 0 | 13 | 110 | 24 | 46 |
| Octal | 264 | 227 | 316 | 15 | 33 | 0 | 23 | 420 | 44 | 106 |
| Binary | 10110100 | 10010111 | 11001110 | 1101 | 11011 | 0 | 10011 | 100010000 | 100100 | 1000110 |
Color Harmonies of #B497CE
Complementary color
Monochromatic Colors of #B497CE
Black with #B497CE
Text Example
Text Example
White with #B497CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B497CE; }
p { color: rgb(180,151,206); }
H1.HeaderClassName
{
color: #B497CE;
}
.AnyTagClassName
{
color: #B497CE;
}
</style>
background-color css
<style>
a { background-color: #B497CE; }
a { background-color: rgb(180,151,206); }
div.DivClassName
{
background-color: #B497CE;
}
.BgClassName
{
background-color: #B497CE;
}
</style>
border-color css
<style>
span { border-color: #B497CE; }
span { border-color: rgb(180,151,206); }
td.TdClassName
{
border-color: #B497CE;
}
.TagClassName
{
border-color: #B497CE;
}
</style>