#BDACC3

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

Shades of Lola #BDACC3

Tints of Lola #BDACC3

Color information

#BDACC3 (or 0xBDACC3) is unknown color: approx Lola. HEX triplet: BD, AC and C3. RGB value is (189,172,195). Sum of RGB (Red+Green+Blue) = 189+172+195=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACC3 is #42533C. Grayscale: #B3B3B3. Windows color (decimal): -4346685 or 12823741. OLE color: 12823741.

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

Color convert

RGB189172195-
CMYK0.030.1200.24
HSL284.35º16.08%71.96%-
HSV(B)284.35º11.79%76.47%-
XYZ45.5944.2657.77-
YUV179.7136.63134.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 195 (76.56% from 255) = 35.07%
R=33.99%
G=30.94%
B=35.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891721950.030.1200.24284.3516.0871.96
HexBDACC33C01811c1048
Octal27525430331403043420110
Binary101111011010110011000011111100011000100011100100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACC3; }

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

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

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

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

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

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

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

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