#BDA4BD

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

Shades of Lola #BDA4BD

Tints of Lola #BDA4BD

Color information

#BDA4BD (or 0xBDA4BD) is unknown color: approx Lola. HEX triplet: BD, A4 and BD. RGB value is (189,164,189). Sum of RGB (Red+Green+Blue) = 189+164+189=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: red, blue. Hex color #BDA4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA4BD is #425B42. Grayscale: #AEAEAE. Windows color (decimal): -4348739 or 12428477. OLE color: 12428477.

HSL color Cylindrical-coordinate representation of color #BDA4BD: hue angle of 300º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDA4BD is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB189164189-
CMYK00.1300.26
HSL300º15.92%69.22%-
HSV(B)300º13.23%74.12%-
XYZ43.4541.0453.78-
YUV174.32136.28138.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 189 (74.22% from 255) = 34.87%
R=34.87%
G=30.26%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916418900.1300.2630015.9269.22
HexBDA4BD0D01A12c1045
Octal27524427501503245420105
Binary10111101101001001011110101101011010100101100100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA4BD; }

 p { color: rgb(189,164,189); }

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

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

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

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

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

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

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