#BDADC2

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

Shades of Lola #BDADC2

Tints of Lola #BDADC2

Color information

#BDADC2 (or 0xBDADC2) is unknown color: approx Lola. HEX triplet: BD, AD and C2. RGB value is (189,173,194). Sum of RGB (Red+Green+Blue) = 189+173+194=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 194 - color contains mainly: blue. Hex color #BDADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDADC2 is #42523D. Grayscale: #B4B4B4. Windows color (decimal): -4346430 or 12758461. OLE color: 12758461.

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

Color convert

RGB189173194-
CMYK0.030.1100.24
HSL285.71º14.69%71.96%-
HSV(B)285.71º10.82%76.08%-
XYZ45.6744.657.24-
YUV180.18135.8134.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 173 (67.97% from 255) = 31.12%
BLUE value IS 194 (76.17% from 255) = 34.89%
R=33.99%
G=31.12%
B=34.89%

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
Decimal1891731940.030.1100.24285.7114.6971.96
HexBDADC23B01811ef48
Octal27525530231303043617110
Binary10111101101011011100001011101101100010001111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADC2; }

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

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

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

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

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

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

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

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