#B6A3D9

Color #B6A3D9 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B6A3D9

Tints of Biloba Flower #B6A3D9

Color information

#B6A3D9 (or 0xB6A3D9) is unknown color: approx Biloba Flower. HEX triplet: B6, A3 and D9. RGB value is (182,163,217). Sum of RGB (Red+Green+Blue) = 182+163+217=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #B6A3D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A3D9 is #495C26. Grayscale: #AEAEAE. Windows color (decimal): -4807719 or 14263222. OLE color: 14263222.

HSL color Cylindrical-coordinate representation of color #B6A3D9: hue angle of 261.11º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6A3D9 is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182163217-
CMYK0.160.2500.15
HSL261.11º41.54%74.51%-
HSV(B)261.11º24.88%85.1%-
XYZ44.9141.1571.22-
YUV174.84151.79133.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 32.38%
GREEN value IS 163 (64.06% from 255) = 29.00%
BLUE value IS 217 (85.16% from 255) = 38.61%
R=32.38%
G=29.00%
B=38.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821632170.160.2500.15261.1141.5474.51
HexB6A3D910190F1052a4b
Octal266243331203101740552113
Binary1011011010100011110110011000011001011111000001011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A3D9; }

 p { color: rgb(182,163,217); }

 H1.HeaderClassName
 {
   color: #B6A3D9;
 }
 .AnyTagClassName
 {
   color: #B6A3D9;
 }
</style>
background-color css

<style>
 a { background-color: #B6A3D9; }

 a { background-color: rgb(182,163,217); }

 div.DivClassName
 {
   background-color: #B6A3D9;
 }
 .BgClassName
 {
   background-color: #B6A3D9;
 }
</style>
border-color css

<style>
 span { border-color: #B6A3D9; }

 span { border-color: rgb(182,163,217); }

 td.TdClassName
 {
   border-color: #B6A3D9;
 }
 .TagClassName
 {
   border-color: #B6A3D9;
 }
</style>