#B4A6DC

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

Shades of Biloba Flower #B4A6DC

Tints of Biloba Flower #B4A6DC

Color information

#B4A6DC (or 0xB4A6DC) is unknown color: approx Biloba Flower. HEX triplet: B4, A6 and DC. RGB value is (180,166,220). Sum of RGB (Red+Green+Blue) = 180+166+220=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4A6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A6DC is #4B5923. Grayscale: #B0B0B0. Windows color (decimal): -4938020 or 14460596. OLE color: 14460596.

HSL color Cylindrical-coordinate representation of color #B4A6DC: hue angle of 255.56º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4A6DC is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180166220-
CMYK0.180.2500.14
HSL255.56º43.55%75.69%-
HSV(B)255.56º24.55%86.27%-
XYZ45.3842.1473.45-
YUV176.34152.64130.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.80%
GREEN value IS 166 (65.23% from 255) = 29.33%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=31.80%
G=29.33%
B=38.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801662200.180.2500.14255.5643.5575.69
HexB4A6DC12190E1002c4c
Octal264246334223101640054114
Binary1011010010100110110111001001011001011101000000001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A6DC; }

 p { color: rgb(180,166,220); }

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

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

 a { background-color: rgb(180,166,220); }

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

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

 span { border-color: rgb(180,166,220); }

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