#BDADC3

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

Shades of Lola #BDADC3

Tints of Lola #BDADC3

Color information

#BDADC3 (or 0xBDADC3) is unknown color: approx Lola. HEX triplet: BD, AD and C3. RGB value is (189,173,195). Sum of RGB (Red+Green+Blue) = 189+173+195=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 195 (76.56% from 255 or 35.01% from 557); Max value from RGB is 195 - color contains mainly: blue. Hex color #BDADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADC3 is #42523C. Grayscale: #B4B4B4. Windows color (decimal): -4346429 or 12823997. OLE color: 12823997.

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

Color convert

RGB189173195-
CMYK0.030.1100.24
HSL283.64º15.49%72.16%-
HSV(B)283.64º11.28%76.47%-
XYZ45.7844.6557.83-
YUV180.29136.3134.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 173 (67.97% from 255) = 31.06%
BLUE value IS 195 (76.56% from 255) = 35.01%
R=33.93%
G=31.06%
B=35.01%

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
Decimal1891731950.030.1100.24283.6415.4972.16
HexBDADC33B01811cf48
Octal27525530331303043417110
Binary10111101101011011100001111101101100010001110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADC3; }

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

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

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

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

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

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

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

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