Shades of Biloba Flower #B69CEA
Tints of Biloba Flower #B69CEA
RGB
CMYK
RGB Variations
Color information
#B69CEA (or 0xB69CEA) is known color: Biloba Flower. HEX triplet: B6, 9C and EA. RGB value is (182,156,234). Sum of RGB (Red+Green+Blue) = 182+156+234=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #B69CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69CEA is #496315. Grayscale: #ACACAC. Windows color (decimal): -4809494 or 15375542. OLE color: 15375542.
HSL color Cylindrical-coordinate representation of color #B69CEA: hue angle of 260º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B69CEA is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 156 | 234 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.08 |
| HSL | 260º | 0.65% | 0.76% | - |
| HSV(B) | 260º | 0.33% | 0.92% | - |
| XYZ | 46.03 | 39.66 | 83.07 | - |
| YUV | 172.67 | 162.61 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 156 | 234 | 0.22 | 0.33 | 0 | 0.08 | 260 | 0.65 | 0.76 |
| Hex | B6 | 9C | EA | 16 | 21 | 0 | 8 | 104 | 41 | 4C |
| Octal | 266 | 234 | 352 | 26 | 41 | 0 | 10 | 404 | 101 | 114 |
| Binary | 10110110 | 10011100 | 11101010 | 10110 | 100001 | 0 | 1000 | 100000100 | 1000001 | 1001100 |
Color Harmonies of #B69CEA
Complementary color
Monochromatic Colors of #B69CEA
Black with #B69CEA
Text Example
Text Example
White with #B69CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69CEA; }
p { color: rgb(182,156,234); }
H1.HeaderClassName
{
color: #B69CEA;
}
.AnyTagClassName
{
color: #B69CEA;
}
</style>
background-color css
<style>
a { background-color: #B69CEA; }
a { background-color: rgb(182,156,234); }
div.DivClassName
{
background-color: #B69CEA;
}
.BgClassName
{
background-color: #B69CEA;
}
</style>
border-color css
<style>
span { border-color: #B69CEA; }
span { border-color: rgb(182,156,234); }
td.TdClassName
{
border-color: #B69CEA;
}
.TagClassName
{
border-color: #B69CEA;
}
</style>