#B4A4D4

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

Shades of Biloba Flower #B4A4D4

Tints of Biloba Flower #B4A4D4

Color information

#B4A4D4 (or 0xB4A4D4) is unknown color: approx Biloba Flower. HEX triplet: B4, A4 and D4. RGB value is (180,164,212). Sum of RGB (Red+Green+Blue) = 180+164+212=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #B4A4D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A4D4 is #4B5B2B. Grayscale: #AEAEAE. Windows color (decimal): -4938540 or 13935796. OLE color: 13935796.

HSL color Cylindrical-coordinate representation of color #B4A4D4: hue angle of 260º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4A4D4 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB180164212-
CMYK0.150.2300.17
HSL260º35.82%73.73%-
HSV(B)260º22.64%83.14%-
XYZ43.9841.0167.88-
YUV174.26149.3132.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 164 (64.45% from 255) = 29.50%
BLUE value IS 212 (83.20% from 255) = 38.13%
R=32.37%
G=29.50%
B=38.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1801642120.150.2300.1726035.8273.73
HexB4A4D4F17011104244a
Octal264244324172702140444112
Binary1011010010100100110101001111101110100011000001001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A4D4; }

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

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

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

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

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

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

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

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