Shades of Biloba Flower #B497CB
Tints of Biloba Flower #B497CB
RGB
CMYK
RGB Variations
Color information
#B497CB (or 0xB497CB) is known color: Biloba Flower. HEX triplet: B4, 97 and CB. RGB value is (180,151,203). Sum of RGB (Red+Green+Blue) = 180+151+203=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 151 (59.38% from 255 or 28.28% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 203 - color contains mainly: blue. Hex color #B497CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B497CB is #4B6834. Grayscale: #A5A5A5. Windows color (decimal): -4941877 or 13342644. OLE color: 13342644.
HSL color Cylindrical-coordinate representation of color #B497CB: hue angle of 273.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B497CB is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 151 | 203 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.20 |
| HSL | 273.46º | 0.33% | 0.69% | - |
| HSV(B) | 273.46º | 0.26% | 0.8% | - |
| XYZ | 40.67 | 36.15 | 61.33 | - |
| YUV | 165.6 | 149.11 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 151 | 203 | 0.11 | 0.26 | 0 | 0.20 | 273.46 | 0.33 | 0.69 |
| Hex | B4 | 97 | CB | B | 1A | 0 | 14 | 111 | 21 | 45 |
| Octal | 264 | 227 | 313 | 13 | 32 | 0 | 24 | 421 | 41 | 105 |
| Binary | 10110100 | 10010111 | 11001011 | 1011 | 11010 | 0 | 10100 | 100010001 | 100001 | 1000101 |
Color Harmonies of #B497CB
Complementary color
Monochromatic Colors of #B497CB
Black with #B497CB
Text Example
Text Example
White with #B497CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B497CB; }
p { color: rgb(180,151,203); }
H1.HeaderClassName
{
color: #B497CB;
}
.AnyTagClassName
{
color: #B497CB;
}
</style>
background-color css
<style>
a { background-color: #B497CB; }
a { background-color: rgb(180,151,203); }
div.DivClassName
{
background-color: #B497CB;
}
.BgClassName
{
background-color: #B497CB;
}
</style>
border-color css
<style>
span { border-color: #B497CB; }
span { border-color: rgb(180,151,203); }
td.TdClassName
{
border-color: #B497CB;
}
.TagClassName
{
border-color: #B497CB;
}
</style>