Shades of Biloba Flower #B896D3
Tints of Biloba Flower #B896D3
RGB
CMYK
RGB Variations
Color information
#B896D3 (or 0xB896D3) is known color: Biloba Flower. HEX triplet: B8, 96 and D3. RGB value is (184,150,211). Sum of RGB (Red+Green+Blue) = 184+150+211=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 211 - color contains mainly: blue. Hex color #B896D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896D3 is #47692C. Grayscale: #A6A6A6. Windows color (decimal): -4679981 or 13866680. OLE color: 13866680.
HSL color Cylindrical-coordinate representation of color #B896D3: hue angle of 273.44º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B896D3 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 150 | 211 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.17 |
| HSL | 273.44º | 0.41% | 0.71% | - |
| HSV(B) | 273.44º | 0.29% | 0.83% | - |
| XYZ | 42.43 | 36.71 | 66.48 | - |
| YUV | 167.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 211 | 0.13 | 0.29 | 0 | 0.17 | 273.44 | 0.41 | 0.71 |
| Hex | B8 | 96 | D3 | D | 1D | 0 | 11 | 111 | 29 | 47 |
| Octal | 270 | 226 | 323 | 15 | 35 | 0 | 21 | 421 | 51 | 107 |
| Binary | 10111000 | 10010110 | 11010011 | 1101 | 11101 | 0 | 10001 | 100010001 | 101001 | 1000111 |
Color Harmonies of #B896D3
Complementary color
Monochromatic Colors of #B896D3
Black with #B896D3
Text Example
Text Example
White with #B896D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B896D3; }
p { color: rgb(184,150,211); }
H1.HeaderClassName
{
color: #B896D3;
}
.AnyTagClassName
{
color: #B896D3;
}
</style>
background-color css
<style>
a { background-color: #B896D3; }
a { background-color: rgb(184,150,211); }
div.DivClassName
{
background-color: #B896D3;
}
.BgClassName
{
background-color: #B896D3;
}
</style>
border-color css
<style>
span { border-color: #B896D3; }
span { border-color: rgb(184,150,211); }
td.TdClassName
{
border-color: #B896D3;
}
.TagClassName
{
border-color: #B896D3;
}
</style>