Shades of Biloba Flower #B896D2
Tints of Biloba Flower #B896D2
RGB
CMYK
RGB Variations
Color information
#B896D2 (or 0xB896D2) is known color: Biloba Flower. HEX triplet: B8, 96 and D2. RGB value is (184,150,210). Sum of RGB (Red+Green+Blue) = 184+150+210=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 210 (82.42% from 255 or 38.60% from 544); Max value from RGB is 210 - color contains mainly: blue. Hex color #B896D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B896D2 is #47692D. Grayscale: #A6A6A6. Windows color (decimal): -4679982 or 13801144. OLE color: 13801144.
HSL color Cylindrical-coordinate representation of color #B896D2: hue angle of 274º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B896D2 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 150 | 210 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.18 |
| HSL | 274º | 0.4% | 0.71% | - |
| HSV(B) | 274º | 0.29% | 0.82% | - |
| XYZ | 42.31 | 36.66 | 65.82 | - |
| YUV | 167.01 | 152.26 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 210 | 0.12 | 0.29 | 0 | 0.18 | 274 | 0.4 | 0.71 |
| Hex | B8 | 96 | D2 | C | 1D | 0 | 12 | 112 | 28 | 47 |
| Octal | 270 | 226 | 322 | 14 | 35 | 0 | 22 | 422 | 50 | 107 |
| Binary | 10111000 | 10010110 | 11010010 | 1100 | 11101 | 0 | 10010 | 100010010 | 101000 | 1000111 |
Color Harmonies of #B896D2
Complementary color
Monochromatic Colors of #B896D2
Black with #B896D2
Text Example
Text Example
White with #B896D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B896D2; }
p { color: rgb(184,150,210); }
H1.HeaderClassName
{
color: #B896D2;
}
.AnyTagClassName
{
color: #B896D2;
}
</style>
background-color css
<style>
a { background-color: #B896D2; }
a { background-color: rgb(184,150,210); }
div.DivClassName
{
background-color: #B896D2;
}
.BgClassName
{
background-color: #B896D2;
}
</style>
border-color css
<style>
span { border-color: #B896D2; }
span { border-color: rgb(184,150,210); }
td.TdClassName
{
border-color: #B896D2;
}
.TagClassName
{
border-color: #B896D2;
}
</style>