Shades of Biloba Flower #B69ACF
Tints of Biloba Flower #B69ACF
RGB
CMYK
RGB Variations
Color information
#B69ACF (or 0xB69ACF) is known color: Biloba Flower. HEX triplet: B6, 9A and CF. RGB value is (182,154,207). Sum of RGB (Red+Green+Blue) = 182+154+207=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #B69ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B69ACF is #496530. Grayscale: #A8A8A8. Windows color (decimal): -4810033 or 13605558. OLE color: 13605558.
HSL color Cylindrical-coordinate representation of color #B69ACF: hue angle of 271.7º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B69ACF is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 154 | 207 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.19 |
| HSL | 271.7º | 0.36% | 0.71% | - |
| HSV(B) | 271.7º | 0.26% | 0.81% | - |
| XYZ | 42.11 | 37.56 | 64.06 | - |
| YUV | 168.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 154 | 207 | 0.12 | 0.26 | 0 | 0.19 | 271.7 | 0.36 | 0.71 |
| Hex | B6 | 9A | CF | C | 1A | 0 | 13 | 110 | 24 | 47 |
| Octal | 266 | 232 | 317 | 14 | 32 | 0 | 23 | 420 | 44 | 107 |
| Binary | 10110110 | 10011010 | 11001111 | 1100 | 11010 | 0 | 10011 | 100010000 | 100100 | 1000111 |
Color Harmonies of #B69ACF
Complementary color
Monochromatic Colors of #B69ACF
Black with #B69ACF
Text Example
Text Example
White with #B69ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69ACF; }
p { color: rgb(182,154,207); }
H1.HeaderClassName
{
color: #B69ACF;
}
.AnyTagClassName
{
color: #B69ACF;
}
</style>
background-color css
<style>
a { background-color: #B69ACF; }
a { background-color: rgb(182,154,207); }
div.DivClassName
{
background-color: #B69ACF;
}
.BgClassName
{
background-color: #B69ACF;
}
</style>
border-color css
<style>
span { border-color: #B69ACF; }
span { border-color: rgb(182,154,207); }
td.TdClassName
{
border-color: #B69ACF;
}
.TagClassName
{
border-color: #B69ACF;
}
</style>