#B6A0EB

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

Shades of Biloba Flower #B6A0EB

Tints of Biloba Flower #B6A0EB

Color information

#B6A0EB (or 0xB6A0EB) is unknown color: approx Biloba Flower. HEX triplet: B6, A0 and EB. RGB value is (182,160,235). Sum of RGB (Red+Green+Blue) = 182+160+235=577 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.54% from 577); Green value is 160 (62.89% from 255 or 27.73% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6A0EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A0EB is #495F14. Grayscale: #AEAEAE. Windows color (decimal): -4808469 or 15442102. OLE color: 15442102.

HSL color Cylindrical-coordinate representation of color #B6A0EB: hue angle of 257.6º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B6A0EB is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182160235-
CMYK0.230.3200.08
HSL257.6º65.22%77.45%-
HSV(B)257.6º31.91%92.16%-
XYZ46.8641.0884.06-
YUV175.13161.79132.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.54%
GREEN value IS 160 (62.89% from 255) = 27.73%
BLUE value IS 235 (92.19% from 255) = 40.73%
R=31.54%
G=27.73%
B=40.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821602350.230.3200.08257.665.2277.45
HexB6A0EB172008102414d
Octal2662403532740010402101115
Binary101101101010000011101011101111000000100010000001010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A0EB; }

 p { color: rgb(182,160,235); }

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

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

 a { background-color: rgb(182,160,235); }

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

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

 span { border-color: rgb(182,160,235); }

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