#B3A0DC

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

Shades of Biloba Flower #B3A0DC

Tints of Biloba Flower #B3A0DC

Color information

#B3A0DC (or 0xB3A0DC) is unknown color: approx Biloba Flower. HEX triplet: B3, A0 and DC. RGB value is (179,160,220). Sum of RGB (Red+Green+Blue) = 179+160+220=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A0DC is #4C5F23. Grayscale: #ACACAC. Windows color (decimal): -5005092 or 14459059. OLE color: 14459059.

HSL color Cylindrical-coordinate representation of color #B3A0DC: hue angle of 259º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3A0DC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB179160220-
CMYK0.190.2700.14
HSL259º46.15%74.51%-
HSV(B)259º27.27%86.27%-
XYZ44.0839.8973.09-
YUV172.52154.79132.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.02%
GREEN value IS 160 (62.89% from 255) = 28.62%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=32.02%
G=28.62%
B=39.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1791602200.190.2700.1425946.1574.51
HexB3A0DC131B0E1032e4b
Octal263240334233301640356113
Binary1011001110100000110111001001111011011101000000111011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A0DC; }

 p { color: rgb(179,160,220); }

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

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

 a { background-color: rgb(179,160,220); }

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

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

 span { border-color: rgb(179,160,220); }

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