#B4A6DB

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

Shades of Biloba Flower #B4A6DB

Tints of Biloba Flower #B4A6DB

Color information

#B4A6DB (or 0xB4A6DB) is unknown color: approx Biloba Flower. HEX triplet: B4, A6 and DB. RGB value is (180,166,219). Sum of RGB (Red+Green+Blue) = 180+166+219=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4A6DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A6DB is #4B5924. Grayscale: #B0B0B0. Windows color (decimal): -4938021 or 14395060. OLE color: 14395060.

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

Color convert

RGB180166219-
CMYK0.180.2400.14
HSL255.85º42.4%75.49%-
HSV(B)255.85º24.2%85.88%-
XYZ45.2442.0972.76-
YUV176.23152.14130.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.86%
GREEN value IS 166 (65.23% from 255) = 29.38%
BLUE value IS 219 (85.94% from 255) = 38.76%
R=31.86%
G=29.38%
B=38.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801662190.180.2400.14255.8542.475.49
HexB4A6DB12180E1002a4b
Octal264246333223001640052113
Binary1011010010100110110110111001011000011101000000001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A6DB; }

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

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

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

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

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

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

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

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