#BDADC1

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

Shades of Lola #BDADC1

Tints of Lola #BDADC1

Color information

#BDADC1 (or 0xBDADC1) is unknown color: approx Lola. HEX triplet: BD, AD and C1. RGB value is (189,173,193). Sum of RGB (Red+Green+Blue) = 189+173+193=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDADC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADC1 is #42523E. Grayscale: #B3B3B3. Windows color (decimal): -4346431 or 12692925. OLE color: 12692925.

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

Color convert

RGB189173193-
CMYK0.020.1000.24
HSL288º13.89%71.76%-
HSV(B)288º10.36%75.69%-
XYZ45.5644.5656.65-
YUV180.06135.3134.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 193 (75.78% from 255) = 34.77%
R=34.05%
G=31.17%
B=34.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891731930.020.1000.2428813.8971.76
HexBDADC12A018120e48
Octal27525530121203044016110
Binary10111101101011011100000110101001100010010000011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADC1; }

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

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

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

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

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

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

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

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