#BDACC2

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

Shades of Lola #BDACC2

Tints of Lola #BDACC2

Color information

#BDACC2 (or 0xBDACC2) is unknown color: approx Lola. HEX triplet: BD, AC and C2. RGB value is (189,172,194). Sum of RGB (Red+Green+Blue) = 189+172+194=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 194 (76.17% from 255 or 34.95% from 555); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDACC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACC2 is #42533D. Grayscale: #B3B3B3. Windows color (decimal): -4346686 or 12758205. OLE color: 12758205.

HSL color Cylindrical-coordinate representation of color #BDACC2: hue angle of 286.36º degrees, saturation: 0.15, 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 #BDACC2 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB189172194-
CMYK0.030.1100.24
HSL286.36º15.28%71.76%-
HSV(B)286.36º11.34%76.08%-
XYZ45.4844.2257.18-
YUV179.59136.13134.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 194 (76.17% from 255) = 34.95%
R=34.05%
G=30.99%
B=34.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891721940.030.1100.24286.3615.2871.76
HexBDACC23B01811ef48
Octal27525430231303043617110
Binary10111101101011001100001011101101100010001111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACC2; }

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

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

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

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

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

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

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

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