#B6A0DC

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

Shades of Biloba Flower #B6A0DC

Tints of Biloba Flower #B6A0DC

Color information

#B6A0DC (or 0xB6A0DC) is unknown color: approx Biloba Flower. HEX triplet: B6, A0 and DC. RGB value is (182,160,220). Sum of RGB (Red+Green+Blue) = 182+160+220=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 160 (62.89% from 255 or 28.47% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6A0DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A0DC is #495F23. Grayscale: #ADADAD. Windows color (decimal): -4808484 or 14459062. OLE color: 14459062.

HSL color Cylindrical-coordinate representation of color #B6A0DC: hue angle of 262º 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 #B6A0DC is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182160220-
CMYK0.170.2700.14
HSL262º46.15%74.51%-
HSV(B)262º27.27%86.27%-
XYZ44.7840.2573.12-
YUV173.42154.29134.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.38%
GREEN value IS 160 (62.89% from 255) = 28.47%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=32.38%
G=28.47%
B=39.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821602200.170.2700.1426246.1574.51
HexB6A0DC111B0E1062e4b
Octal266240334213301640656113
Binary1011011010100000110111001000111011011101000001101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A0DC; }

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

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

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

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

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

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

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

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