#BDACC1

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

Shades of Lola #BDACC1

Tints of Lola #BDACC1

Color information

#BDACC1 (or 0xBDACC1) is unknown color: approx Lola. HEX triplet: BD, AC and C1. RGB value is (189,172,193). Sum of RGB (Red+Green+Blue) = 189+172+193=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACC1 is #42533E. Grayscale: #B3B3B3. Windows color (decimal): -4346687 or 12692669. OLE color: 12692669.

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

Color convert

RGB189172193-
CMYK0.020.1100.24
HSL288.57º14.48%71.57%-
HSV(B)288.57º10.88%75.69%-
XYZ45.3644.1756.59-
YUV179.48135.63134.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=34.12%
G=31.05%
B=34.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891721930.020.1100.24288.5714.4871.57
HexBDACC12B018121e48
Octal27525430121303044116110
Binary10111101101011001100000110101101100010010000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACC1; }

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

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

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

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

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

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

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

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