Shades of Biloba Flower #B29CFA
Tints of Biloba Flower #B29CFA
RGB
CMYK
RGB Variations
Color information
#B29CFA (or 0xB29CFA) is known color: Biloba Flower. HEX triplet: B2, 9C and FA. RGB value is (178,156,250). Sum of RGB (Red+Green+Blue) = 178+156+250=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 156 (61.33% from 255 or 26.71% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #B29CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29CFA is #4D6305. Grayscale: #ACACAC. Windows color (decimal): -5071622 or 16424114. OLE color: 16424114.
HSL color Cylindrical-coordinate representation of color #B29CFA: hue angle of 254.04º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B29CFA is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 156 | 250 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.02 |
| HSL | 254.04º | 0.9% | 0.8% | - |
| HSV(B) | 254.04º | 0.38% | 0.98% | - |
| XYZ | 47.5 | 40.14 | 95.69 | - |
| YUV | 173.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 250 | 0.29 | 0.38 | 0 | 0.02 | 254.04 | 0.9 | 0.8 |
| Hex | B2 | 9C | FA | 1D | 26 | 0 | 2 | FE | 5A | 50 |
| Octal | 262 | 234 | 372 | 35 | 46 | 0 | 2 | 376 | 132 | 120 |
| Binary | 10110010 | 10011100 | 11111010 | 11101 | 100110 | 0 | 10 | 11111110 | 1011010 | 1010000 |
Color Harmonies of #B29CFA
Complementary color
Monochromatic Colors of #B29CFA
Black with #B29CFA
Text Example
Text Example
White with #B29CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29CFA; }
p { color: rgb(178,156,250); }
H1.HeaderClassName
{
color: #B29CFA;
}
.AnyTagClassName
{
color: #B29CFA;
}
</style>
background-color css
<style>
a { background-color: #B29CFA; }
a { background-color: rgb(178,156,250); }
div.DivClassName
{
background-color: #B29CFA;
}
.BgClassName
{
background-color: #B29CFA;
}
</style>
border-color css
<style>
span { border-color: #B29CFA; }
span { border-color: rgb(178,156,250); }
td.TdClassName
{
border-color: #B29CFA;
}
.TagClassName
{
border-color: #B29CFA;
}
</style>