Shades of Biloba Flower #B29FDB
Tints of Biloba Flower #B29FDB
RGB
CMYK
RGB Variations
Color information
#B29FDB (or 0xB29FDB) is known color: Biloba Flower. HEX triplet: B2, 9F and DB. RGB value is (178,159,219). Sum of RGB (Red+Green+Blue) = 178+159+219=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 159 (62.5% from 255 or 28.60% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #B29FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FDB is #4D6024. Grayscale: #ABABAB. Windows color (decimal): -5070885 or 14393266. OLE color: 14393266.
HSL color Cylindrical-coordinate representation of color #B29FDB: hue angle of 259º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B29FDB is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 178 | 159 | 219 | - |
CMYK | 0.19 | 0.27 | 0 | 0.14 |
HSL | 259º | 0.45% | 0.74% | - |
HSV(B) | 259º | 0.27% | 0.86% | - |
XYZ | 43.54 | 39.38 | 72.32 | - |
YUV | 171.52 | 154.79 | 132.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 159 | 219 | 0.19 | 0.27 | 0 | 0.14 | 259 | 0.45 | 0.74 |
Hex | B2 | 9F | DB | 13 | 1B | 0 | E | 103 | 2D | 4A |
Octal | 262 | 237 | 333 | 23 | 33 | 0 | 16 | 403 | 55 | 112 |
Binary | 10110010 | 10011111 | 11011011 | 10011 | 11011 | 0 | 1110 | 100000011 | 101101 | 1001010 |
Color Harmonies of #B29FDB
Complementary color
Monochromatic Colors of #B29FDB
Black with #B29FDB
Text Example
Text Example
White with #B29FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29FDB; }
p { color: rgb(178,159,219); }
H1.HeaderClassName
{
color: #B29FDB;
}
.AnyTagClassName
{
color: #B29FDB;
}
</style>
background-color css
<style>
a { background-color: #B29FDB; }
a { background-color: rgb(178,159,219); }
div.DivClassName
{
background-color: #B29FDB;
}
.BgClassName
{
background-color: #B29FDB;
}
</style>
border-color css
<style>
span { border-color: #B29FDB; }
span { border-color: rgb(178,159,219); }
td.TdClassName
{
border-color: #B29FDB;
}
.TagClassName
{
border-color: #B29FDB;
}
</style>