#BDA5C3

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

Shades of Lola #BDA5C3

Tints of Lola #BDA5C3

Color information

#BDA5C3 (or 0xBDA5C3) is unknown color: approx Lola. HEX triplet: BD, A5 and C3. RGB value is (189,165,195). Sum of RGB (Red+Green+Blue) = 189+165+195=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDA5C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA5C3 is #425A3C. Grayscale: #AFAFAF. Windows color (decimal): -4348477 or 12821949. OLE color: 12821949.

HSL color Cylindrical-coordinate representation of color #BDA5C3: hue angle of 288º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDA5C3 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189165195-
CMYK0.030.1500.24
HSL288º20%70.59%-
HSV(B)288º15.38%76.47%-
XYZ44.2941.6757.34-
YUV175.6138.95137.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 165 (64.84% from 255) = 30.05%
BLUE value IS 195 (76.56% from 255) = 35.52%
R=34.43%
G=30.05%
B=35.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891651950.030.1500.242882070.59
HexBDA5C33F0181201447
Octal27524530331703044024107
Binary101111011010010111000011111111011000100100000101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA5C3; }

 p { color: rgb(189,165,195); }

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

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

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

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

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

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

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