#BDA6BE

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

Shades of Lola #BDA6BE

Tints of Lola #BDA6BE

Color information

#BDA6BE (or 0xBDA6BE) is unknown color: approx Lola. HEX triplet: BD, A6 and BE. RGB value is (189,166,190). Sum of RGB (Red+Green+Blue) = 189+166+190=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #BDA6BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDA6BE is #425941. Grayscale: #AFAFAF. Windows color (decimal): -4348226 or 12494525. OLE color: 12494525.

HSL color Cylindrical-coordinate representation of color #BDA6BE: hue angle of 297.5º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDA6BE is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189166190-
CMYK0.010.1300.25
HSL297.5º15.58%69.8%-
HSV(B)297.5º12.63%74.51%-
XYZ43.9241.8154.47-
YUV175.61136.12137.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.68%
GREEN value IS 166 (65.23% from 255) = 30.46%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=34.68%
G=30.46%
B=34.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891661900.010.1300.25297.515.5869.8
HexBDA6BE1D01912a1046
Octal27524627611503145220106
Binary10111101101001101011111011101011001100101010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA6BE; }

 p { color: rgb(189,166,190); }

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

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

 a { background-color: rgb(189,166,190); }

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

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

 span { border-color: rgb(189,166,190); }

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