Shades of Biloba Flower #B892DA
Tints of Biloba Flower #B892DA
RGB
CMYK
RGB Variations
Color information
#B892DA (or 0xB892DA) is known color: Biloba Flower. HEX triplet: B8, 92 and DA. RGB value is (184,146,218). Sum of RGB (Red+Green+Blue) = 184+146+218=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #B892DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B892DA is #476D25. Grayscale: #A5A5A5. Windows color (decimal): -4680998 or 14324408. OLE color: 14324408.
HSL color Cylindrical-coordinate representation of color #B892DA: hue angle of 271.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B892DA is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 146 | 218 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.15 |
| HSL | 271.67º | 0.49% | 0.71% | - |
| HSV(B) | 271.67º | 0.33% | 0.85% | - |
| XYZ | 42.7 | 35.81 | 70.99 | - |
| YUV | 165.57 | 157.59 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 218 | 0.16 | 0.33 | 0 | 0.15 | 271.67 | 0.49 | 0.71 |
| Hex | B8 | 92 | DA | 10 | 21 | 0 | F | 110 | 31 | 47 |
| Octal | 270 | 222 | 332 | 20 | 41 | 0 | 17 | 420 | 61 | 107 |
| Binary | 10111000 | 10010010 | 11011010 | 10000 | 100001 | 0 | 1111 | 100010000 | 110001 | 1000111 |
Color Harmonies of #B892DA
Complementary color
Monochromatic Colors of #B892DA
Black with #B892DA
Text Example
Text Example
White with #B892DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B892DA; }
p { color: rgb(184,146,218); }
H1.HeaderClassName
{
color: #B892DA;
}
.AnyTagClassName
{
color: #B892DA;
}
</style>
background-color css
<style>
a { background-color: #B892DA; }
a { background-color: rgb(184,146,218); }
div.DivClassName
{
background-color: #B892DA;
}
.BgClassName
{
background-color: #B892DA;
}
</style>
border-color css
<style>
span { border-color: #B892DA; }
span { border-color: rgb(184,146,218); }
td.TdClassName
{
border-color: #B892DA;
}
.TagClassName
{
border-color: #B892DA;
}
</style>