#BDACC4

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

Shades of Lola #BDACC4

Tints of Lola #BDACC4

Color information

#BDACC4 (or 0xBDACC4) is unknown color: approx Lola. HEX triplet: BD, AC and C4. RGB value is (189,172,196). Sum of RGB (Red+Green+Blue) = 189+172+196=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 196 - color contains mainly: blue. Hex color #BDACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDACC4 is #42533B. Grayscale: #B3B3B3. Windows color (decimal): -4346684 or 12889277. OLE color: 12889277.

HSL color Cylindrical-coordinate representation of color #BDACC4: hue angle of 282.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDACC4 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB189172196-
CMYK0.040.1200.23
HSL282.5º16.9%72.16%-
HSV(B)282.5º12.24%76.86%-
XYZ45.744.3158.37-
YUV179.82137.13134.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 196 (76.95% from 255) = 35.19%
R=33.93%
G=30.88%
B=35.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891721960.040.1200.23282.516.972.16
HexBDACC44C01711a1148
Octal27525430441402743221110
Binary1011110110101100110001001001100010111100011010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACC4; }

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

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

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

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

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

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

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

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