Shades of Biloba Flower #B297CA
Tints of Biloba Flower #B297CA
RGB
CMYK
RGB Variations
Color information
#B297CA (or 0xB297CA) is known color: Biloba Flower. HEX triplet: B2, 97 and CA. RGB value is (178,151,202). Sum of RGB (Red+Green+Blue) = 178+151+202=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #B297CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B297CA is #4D6835. Grayscale: #A4A4A4. Windows color (decimal): -5072950 or 13277106. OLE color: 13277106.
HSL color Cylindrical-coordinate representation of color #B297CA: hue angle of 271.76º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B297CA is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 151 | 202 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.21 |
| HSL | 271.76º | 0.32% | 0.69% | - |
| HSV(B) | 271.76º | 0.25% | 0.79% | - |
| XYZ | 40.09 | 35.86 | 60.69 | - |
| YUV | 164.89 | 148.95 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 151 | 202 | 0.12 | 0.25 | 0 | 0.21 | 271.76 | 0.32 | 0.69 |
| Hex | B2 | 97 | CA | C | 19 | 0 | 15 | 110 | 20 | 45 |
| Octal | 262 | 227 | 312 | 14 | 31 | 0 | 25 | 420 | 40 | 105 |
| Binary | 10110010 | 10010111 | 11001010 | 1100 | 11001 | 0 | 10101 | 100010000 | 100000 | 1000101 |
Color Harmonies of #B297CA
Complementary color
Monochromatic Colors of #B297CA
Black with #B297CA
Text Example
Text Example
White with #B297CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B297CA; }
p { color: rgb(178,151,202); }
H1.HeaderClassName
{
color: #B297CA;
}
.AnyTagClassName
{
color: #B297CA;
}
</style>
background-color css
<style>
a { background-color: #B297CA; }
a { background-color: rgb(178,151,202); }
div.DivClassName
{
background-color: #B297CA;
}
.BgClassName
{
background-color: #B297CA;
}
</style>
border-color css
<style>
span { border-color: #B297CA; }
span { border-color: rgb(178,151,202); }
td.TdClassName
{
border-color: #B297CA;
}
.TagClassName
{
border-color: #B297CA;
}
</style>