Shades of Biloba Flower #B696D5
Tints of Biloba Flower #B696D5
RGB
CMYK
RGB Variations
Color information
#B696D5 (or 0xB696D5) is known color: Biloba Flower. HEX triplet: B6, 96 and D5. RGB value is (182,150,213). Sum of RGB (Red+Green+Blue) = 182+150+213=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 213 (83.59% from 255 or 39.08% from 545); Max value from RGB is 213 - color contains mainly: blue. Hex color #B696D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B696D5 is #49692A. Grayscale: #A6A6A6. Windows color (decimal): -4811051 or 13997750. OLE color: 13997750.
HSL color Cylindrical-coordinate representation of color #B696D5: hue angle of 270.48º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B696D5 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 150 | 213 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.16 |
| HSL | 270.48º | 0.43% | 0.71% | - |
| HSV(B) | 270.48º | 0.3% | 0.84% | - |
| XYZ | 42.21 | 36.56 | 67.78 | - |
| YUV | 166.75 | 154.1 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 150 | 213 | 0.15 | 0.30 | 0 | 0.16 | 270.48 | 0.43 | 0.71 |
| Hex | B6 | 96 | D5 | F | 1E | 0 | 10 | 10E | 2B | 47 |
| Octal | 266 | 226 | 325 | 17 | 36 | 0 | 20 | 416 | 53 | 107 |
| Binary | 10110110 | 10010110 | 11010101 | 1111 | 11110 | 0 | 10000 | 100001110 | 101011 | 1000111 |
Color Harmonies of #B696D5
Complementary color
Monochromatic Colors of #B696D5
Black with #B696D5
Text Example
Text Example
White with #B696D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B696D5; }
p { color: rgb(182,150,213); }
H1.HeaderClassName
{
color: #B696D5;
}
.AnyTagClassName
{
color: #B696D5;
}
</style>
background-color css
<style>
a { background-color: #B696D5; }
a { background-color: rgb(182,150,213); }
div.DivClassName
{
background-color: #B696D5;
}
.BgClassName
{
background-color: #B696D5;
}
</style>
border-color css
<style>
span { border-color: #B696D5; }
span { border-color: rgb(182,150,213); }
td.TdClassName
{
border-color: #B696D5;
}
.TagClassName
{
border-color: #B696D5;
}
</style>