Shades of Biloba Flower #B69ACC
Tints of Biloba Flower #B69ACC
RGB
CMYK
RGB Variations
Color information
#B69ACC (or 0xB69ACC) is known color: Biloba Flower. HEX triplet: B6, 9A and CC. RGB value is (182,154,204). Sum of RGB (Red+Green+Blue) = 182+154+204=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #B69ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ACC is #496533. Grayscale: #A7A7A7. Windows color (decimal): -4810036 or 13408950. OLE color: 13408950.
HSL color Cylindrical-coordinate representation of color #B69ACC: hue angle of 273.6º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B69ACC is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 154 | 204 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.2 |
| HSL | 273.6º | 0.33% | 0.7% | - |
| HSV(B) | 273.6º | 0.25% | 0.8% | - |
| XYZ | 41.75 | 37.42 | 62.15 | - |
| YUV | 168.07 | 148.28 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 154 | 204 | 0.11 | 0.25 | 0 | 0.2 | 273.6 | 0.33 | 0.7 |
| Hex | B6 | 9A | CC | B | 19 | 0 | 14 | 112 | 21 | 46 |
| Octal | 266 | 232 | 314 | 13 | 31 | 0 | 24 | 422 | 41 | 106 |
| Binary | 10110110 | 10011010 | 11001100 | 1011 | 11001 | 0 | 10100 | 100010010 | 100001 | 1000110 |
Color Harmonies of #B69ACC
Complementary color
Monochromatic Colors of #B69ACC
Black with #B69ACC
Text Example
Text Example
White with #B69ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69ACC; }
p { color: rgb(182,154,204); }
H1.HeaderClassName
{
color: #B69ACC;
}
.AnyTagClassName
{
color: #B69ACC;
}
</style>
background-color css
<style>
a { background-color: #B69ACC; }
a { background-color: rgb(182,154,204); }
div.DivClassName
{
background-color: #B69ACC;
}
.BgClassName
{
background-color: #B69ACC;
}
</style>
border-color css
<style>
span { border-color: #B69ACC; }
span { border-color: rgb(182,154,204); }
td.TdClassName
{
border-color: #B69ACC;
}
.TagClassName
{
border-color: #B69ACC;
}
</style>