#B4A4DB

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

Shades of Biloba Flower #B4A4DB

Tints of Biloba Flower #B4A4DB

Color information

#B4A4DB (or 0xB4A4DB) is unknown color: approx Biloba Flower. HEX triplet: B4, A4 and DB. RGB value is (180,164,219). Sum of RGB (Red+Green+Blue) = 180+164+219=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4A4DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A4DB is #4B5B24. Grayscale: #AEAEAE. Windows color (decimal): -4938533 or 14394548. OLE color: 14394548.

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

Color convert

RGB180164219-
CMYK0.180.2500.14
HSL257.45º43.31%75.1%-
HSV(B)257.45º25.11%85.88%-
XYZ44.8841.3772.64-
YUV175.05152.8131.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.97%
GREEN value IS 164 (64.45% from 255) = 29.13%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=31.97%
G=29.13%
B=38.90%

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
Decimal1801642190.180.2500.14257.4543.3175.1
HexB4A4DB12190E1012b4b
Octal264244333223101640153113
Binary1011010010100100110110111001011001011101000000011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A4DB; }

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

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

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

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

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

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

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

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