Shades of Biloba Flower #B893D8
Tints of Biloba Flower #B893D8
RGB
CMYK
RGB Variations
Color information
#B893D8 (or 0xB893D8) is known color: Biloba Flower. HEX triplet: B8, 93 and D8. RGB value is (184,147,216). Sum of RGB (Red+Green+Blue) = 184+147+216=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #B893D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B893D8 is #476C27. Grayscale: #A5A5A5. Windows color (decimal): -4680744 or 14193592. OLE color: 14193592.
HSL color Cylindrical-coordinate representation of color #B893D8: hue angle of 272.17º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B893D8 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 147 | 216 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.15 |
| HSL | 272.17º | 0.47% | 0.71% | - |
| HSV(B) | 272.17º | 0.32% | 0.85% | - |
| XYZ | 42.6 | 36.02 | 69.67 | - |
| YUV | 165.93 | 156.26 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 216 | 0.15 | 0.32 | 0 | 0.15 | 272.17 | 0.47 | 0.71 |
| Hex | B8 | 93 | D8 | F | 20 | 0 | F | 110 | 2F | 47 |
| Octal | 270 | 223 | 330 | 17 | 40 | 0 | 17 | 420 | 57 | 107 |
| Binary | 10111000 | 10010011 | 11011000 | 1111 | 100000 | 0 | 1111 | 100010000 | 101111 | 1000111 |
Color Harmonies of #B893D8
Complementary color
Monochromatic Colors of #B893D8
Black with #B893D8
Text Example
Text Example
White with #B893D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B893D8; }
p { color: rgb(184,147,216); }
H1.HeaderClassName
{
color: #B893D8;
}
.AnyTagClassName
{
color: #B893D8;
}
</style>
background-color css
<style>
a { background-color: #B893D8; }
a { background-color: rgb(184,147,216); }
div.DivClassName
{
background-color: #B893D8;
}
.BgClassName
{
background-color: #B893D8;
}
</style>
border-color css
<style>
span { border-color: #B893D8; }
span { border-color: rgb(184,147,216); }
td.TdClassName
{
border-color: #B893D8;
}
.TagClassName
{
border-color: #B893D8;
}
</style>