Shades of Biloba Flower #B8A1D6
Tints of Biloba Flower #B8A1D6
RGB
CMYK
RGB Variations
Color information
#B8A1D6 (or 0xB8A1D6) is known color: Biloba Flower. HEX triplet: B8, A1 and D6. RGB value is (184,161,214). Sum of RGB (Red+Green+Blue) = 184+161+214=559 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.92% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #B8A1D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A1D6 is #475E29. Grayscale: #ADADAD. Windows color (decimal): -4677162 or 14066104. OLE color: 14066104.
HSL color Cylindrical-coordinate representation of color #B8A1D6: hue angle of 266.04º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8A1D6 is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 161 | 214 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.16 |
| HSL | 266.04º | 0.39% | 0.74% | - |
| HSV(B) | 266.04º | 0.25% | 0.84% | - |
| XYZ | 44.65 | 40.54 | 69.09 | - |
| YUV | 173.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 161 | 214 | 0.14 | 0.25 | 0 | 0.16 | 266.04 | 0.39 | 0.74 |
| Hex | B8 | A1 | D6 | E | 19 | 0 | 10 | 10A | 27 | 4A |
| Octal | 270 | 241 | 326 | 16 | 31 | 0 | 20 | 412 | 47 | 112 |
| Binary | 10111000 | 10100001 | 11010110 | 1110 | 11001 | 0 | 10000 | 100001010 | 100111 | 1001010 |
Color Harmonies of #B8A1D6
Complementary color
Monochromatic Colors of #B8A1D6
Black with #B8A1D6
Text Example
Text Example
White with #B8A1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A1D6; }
p { color: rgb(184,161,214); }
H1.HeaderClassName
{
color: #B8A1D6;
}
.AnyTagClassName
{
color: #B8A1D6;
}
</style>
background-color css
<style>
a { background-color: #B8A1D6; }
a { background-color: rgb(184,161,214); }
div.DivClassName
{
background-color: #B8A1D6;
}
.BgClassName
{
background-color: #B8A1D6;
}
</style>
border-color css
<style>
span { border-color: #B8A1D6; }
span { border-color: rgb(184,161,214); }
td.TdClassName
{
border-color: #B8A1D6;
}
.TagClassName
{
border-color: #B8A1D6;
}
</style>