#BD9EC1

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

Shades of Lola #BD9EC1

Tints of Lola #BD9EC1

Color information

#BD9EC1 (or 0xBD9EC1) is unknown color: approx Lola. HEX triplet: BD, 9E and C1. RGB value is (189,158,193). Sum of RGB (Red+Green+Blue) = 189+158+193=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 193 - color contains mainly: blue. Hex color #BD9EC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9EC1 is #42613E. Grayscale: #ABABAB. Windows color (decimal): -4350271 or 12689085. OLE color: 12689085.

HSL color Cylindrical-coordinate representation of color #BD9EC1: hue angle of 293.14º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BD9EC1 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189158193-
CMYK0.020.1800.24
HSL293.14º22.01%68.82%-
HSV(B)293.14º18.13%75.69%-
XYZ42.8439.1255.75-
YUV171.26140.27140.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35%
GREEN value IS 158 (62.11% from 255) = 29.26%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=35%
G=29.26%
B=35.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891581930.020.1800.24293.1422.0168.82
HexBD9EC12120181251645
Octal27523630122203044526105
Binary1011110110011110110000011010010011000100100101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9EC1; }

 p { color: rgb(189,158,193); }

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

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

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

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

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

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

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